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.h42 (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 ? \
251 (nb_chipset == INTEL_NB_5000P || nb_chipset == INTEL_NB_5000V || \
252 nb_chipset == INTEL_NB_5000X || nb_chipset == INTEL_NB_5000Z) ? \
621 ((nb_chipset == INTEL_NB_7300 || nb_chipset == INTEL_NB_5400) && \
1195 nb_chipset == INTEL_NB_5000X || nb_chipset == INTEL_NB_5000V || \
1204 nb_chipset == INTEL_NB_5000X || nb_chipset == INTEL_NB_5000V || \
[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()
1125 if (nb_chipset == INTEL_NB_5400) in nb_fbd_init()
1475 if (nb_chipset == INTEL_NB_5100) in nb_mask_mc_reset()
1510 if (nb_chipset == INTEL_NB_5100) in nb_dev_init()
1528 switch (nb_chipset) { in nb_init()
1547 nb_chipset = INTEL_NB_5400; in nb_init()
1577 if (nb_chipset == INTEL_NB_5100) in nb_dev_reinit()
[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()