Home
last modified time | relevance | path

Searched refs:nb_chipset (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Dnb5000.h37 #define NB_MAX_DIMMS_PER_CHANNEL (nb_chipset == INTEL_NB_5100 ? 3 : \
38 (nb_chipset == INTEL_NB_7300 ? 8 : 4))
42 (nb_chipset == INTEL_NB_5400 || nb_chipset == INTEL_NB_5100 ? 2 : 3)
44 #define NB_MEM_RANK_SELECT (nb_chipset == INTEL_NB_7300 ? 7 : 5)
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 : \
83 (((mtr) & (nb_chipset == INTEL_NB_5400 ? 0x0020 : 0x0010)) ? 2 : 1))
[all …]
H A Dnb5000_init.c59 uint32_t nb_chipset; variable
384 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()
932 if (nb_chipset == INTEL_NB_5400) { in nb_pex_init()
981 if (nb_chipset == INTEL_NB_5100) { in nb_int_init()
1019 if (nb_chipset == INTEL_NB_7300) { in nb_int_init()
1025 } else if (nb_chipset == INTEL_NB_5400) { in nb_int_init()
1028 } else if (nb_chipset == INTEL_NB_5100) { in nb_int_init()
1095 if (nb_chipset == INTEL_NB_7300) { in nb_fbd_init()
[all …]
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 Dintel_nb5000.c562 if (nb_chipset == INTEL_NB_5400 && in intel_int_err()
1219 if (nb_chipset == INTEL_NB_7300 || nb_chipset == INTEL_NB_5400) { in log_nf_fbd_err()
1362 } else if (nb_chipset == INTEL_NB_5400 && in log_ferr()
1437 nb_log.nb_regs.chipset = nb_chipset; in nb_error_trap()
1686 if (nb_chipset == INTEL_NB_7300 || nb_chipset == INTEL_NB_5400) { in nb_nf_fbd_err_payload()
1691 if (nb_chipset == INTEL_NB_7300) { in nb_nf_fbd_err_payload()
1707 if (nb_chipset == INTEL_NB_7300) { in nb_nf_fbd_err_payload()
1896 if (nb_chipset == INTEL_NB_7300) in nb_fsb_report()
1935 if (nb_chipset == INTEL_NB_5400) { in nb_pex_report()
1946 if (nb_chipset == INTEL_NB_5400) { in nb_pex_report()
H A Dintel_nbdrv.c267 switch (nb_chipset) { in inb_mc_name()
311 if (nb_chipset == INTEL_NB_5100) in inb_create_nvl()
H A Dnb_log.h267 extern uint32_t nb_chipset;
/illumos-gate/usr/src/uts/i86pc/cpu/genuineintel/
H A Dgintel_main.c110 uint32_t nb_chipset; in gintel_init() local
118 nb_chipset = (*pci_getl_func)(0, 0, 0, 0x0); in gintel_init()
119 switch (nb_chipset) { in gintel_init()