Home
last modified time | relevance | path

Searched refs:RANK_MASK (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dmem_addr.h74 #define RANK_MASK 0x7FF macro
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Dintel_nb5000.c129 sp->rank = (nrecmema >> 8) & RANK_MASK; in fat_memory_error()
270 sp->rank = (recmema >> 8) & RANK_MASK; in nf_memory_error()
284 sp->rank = (recmema >> 8) & RANK_MASK; in nf_memory_error()
296 sp->rank = (recmema >> 8) & RANK_MASK; in nf_memory_error()
433 sp->rank = (nrecmema >> 8) & RANK_MASK; in nf_mem_error()
443 sp->rank = (recmema >> 8) & RANK_MASK; in nf_mem_error()
458 sp->rank = (recmema >> 8) & RANK_MASK; in nf_mem_error()
H A Dnb5000.h1370 #define RANK_MASK (nb_chipset != INTEL_NB_7300 ? 7 : 0xf) macro