Home
last modified time | relevance | path

Searched refs:NB_PCI_DEV (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Dnb_pci_cfg.c44 static ddi_acc_handle_t dev_pci_hdl[NB_PCI_DEV];
96 for (i = 0; i < NB_PCI_DEV; i++) { in nb_pci_cfg_setup()
123 for (i = 0; i < NB_PCI_DEV; i++) in nb_pci_cfg_free()
136 } else if (bus == 0 && dev < NB_PCI_DEV && func == 0) { in nb_get_hdl()
H A Dnb5000_init.c103 static uint32_t emask_uncor_pex[NB_PCI_DEV];
104 static uint32_t emask_cor_pex[NB_PCI_DEV];
105 static uint32_t emask_rp_pex[NB_PCI_DEV];
106 static uint32_t docmd_pex[NB_PCI_DEV];
107 static uint32_t uncerrsev[NB_PCI_DEV];
H A Dnb5000.h47 #define NB_PCI_DEV 10 macro