Home
last modified time | relevance | path

Searched refs:INTEL_NB_5100 (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Ddimm_addr.c148 num_ranks_per_branch = (nb_chipset == INTEL_NB_5100) ? in inb_unumtopa()
168 num_ranks_per_branch = (nb_chipset == INTEL_NB_5100) ? in dimm_init()
183 num_ranks_per_branch = (nb_chipset == INTEL_NB_5100) ? in dimm_fini()
201 num_ranks_per_branch = (nb_chipset == INTEL_NB_5100) ? in dimm_add_rank()
H A Dnb5000.h37 #define NB_MAX_DIMMS_PER_CHANNEL (nb_chipset == INTEL_NB_5100 ? 3 : \
42 (nb_chipset == INTEL_NB_5400 || nb_chipset == INTEL_NB_5100 ? 2 : 3)
82 #define MTR_NUMRANK(mtr) (nb_chipset == INTEL_NB_5100 ? 1 : \
452 (nb_chipset == INTEL_NB_5100) ? 0 : \
456 (nb_chipset == INTEL_NB_5100) ? 0 : \
458 #define GE_MEM_NF ((nb_chipset == INTEL_NB_5100) ? \
1175 #define MTR_RD(branch, dimm) (nb_chipset == INTEL_NB_5100 ? \
1188 nb_chipset == INTEL_NB_5100 ? \
1298 nb_chipset == INTEL_NB_5100 ? nb_pci_getw(0, 16, 1, 0x48, 0) : \
1310 if (nb_chipset == INTEL_NB_5100) \
[all …]
H A Dnb5000_init.c384 if (nb_chipset == INTEL_NB_5100) { in nb_dimm_present()
771 if (nb_chipset != INTEL_NB_5100) in nb_rank2dimm()
906 if (nb_chipset == INTEL_NB_5100) in nb_dimms_init()
981 if (nb_chipset == INTEL_NB_5100) { in nb_int_init()
1028 } else if (nb_chipset == INTEL_NB_5100) { in nb_int_init()
1475 if (nb_chipset == INTEL_NB_5100) in nb_mask_mc_reset()
1510 if (nb_chipset == INTEL_NB_5100) in nb_dev_init()
1541 case INTEL_NB_5100: in nb_init()
1577 if (nb_chipset == INTEL_NB_5100) in nb_dev_reinit()
1606 if (nb_chipset == INTEL_NB_5100) in nb_dev_unload()
H A Dintel_nbdrv.c280 case INTEL_NB_5100: in inb_mc_name()
311 if (nb_chipset == INTEL_NB_5100) in inb_create_nvl()
/illumos-gate/usr/src/uts/intel/sys/
H A Dmc_intel.h271 #define INTEL_NB_5100 0x65c08086 macro