Home
last modified time | relevance | path

Searched defs:mtr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Dnb5000.h70 #define MTR_PRESENT(mtr) \ argument
73 #define MTR_ETHROTTLE(mtr) \ argument
76 #define MTR_WIDTH(mtr) \ argument
79 #define MTR_NUMBANK(mtr) \ argument
82 #define MTR_NUMRANK(mtr) (nb_chipset == INTEL_NB_5100 ? 1 : \ argument
84 #define MTR_NUMROW(mtr) ((((mtr) >> 2) & 3) + 13) argument
85 #define MTR_NUMCOL(mtr) (((mtr) & 3) + 10) argument
87 #define MTR_DIMMSIZE(mtr) ((1ULL << (MTR_NUMCOL(mtr) + MTR_NUMROW(mtr))) \ argument
91 #define MTR_DDR2_DIMMSIZE(mtr, nrank) \ argument
H A Dnb5000_init.c419 nb_fbd_dimm_init(int channel, int dimm, uint16_t mtr) in nb_fbd_dimm_init()
846 uint16_t mtr; in nb_fbd_dimms_init() local
/illumos-gate/usr/src/uts/intel/io/imc/
H A Dimc.c1003 imc_decode_mtr(imc_t *imc, imc_mc_t *icn, imc_dimm_t *dimm, uint32_t mtr) in imc_decode_mtr()
1183 uint32_t mtr; in imc_fill_dimms() local