Home
last modified time | relevance | path

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

/titanic_41/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)
71 (((mtr) & (nb_chipset == INTEL_NB_5400 || nb_chipset == INTEL_NB_5100) \
74 ((mtr) & (nb_chipset == INTEL_NB_5400 || nb_chipset == INTEL_NB_5100 ? \
77 ((mtr) & (nb_chipset == INTEL_NB_5400 || nb_chipset == INTEL_NB_5100 ? \
80 ((mtr) & (nb_chipset == INTEL_NB_5400 || nb_chipset == INTEL_NB_5100 ? \
82 #define MTR_NUMRANK(mtr) (nb_chipset == INTEL_NB_5100 ? 1 : \
146 #define GE_NERR_FBD_FATAL (nb_chipset == INTEL_NB_5100 ? 0 : 0x01000000)
150 #define GE_NERR_FBD_NF (nb_chipset == INTEL_NB_5100 ? 0 : 0x00000100)
152 #define GE_NERR_MEM_NF (nb_chipset == INTEL_NB_5100 ? 0x00000100 : 0)
[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()
/titanic_41/usr/src/uts/intel/sys/
H A Dmc_intel.h213 #define INTEL_NB_5100 0x65c08086 macro