Searched refs:PUC_PCI_BARS (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/puc/
H A Dpuc_bfe.h32 #define PUC_PCI_BARS 6 macro
54 struct puc_bar sc_bar[PUC_PCI_BARS];
H A Dpuc.c86 while (i < PUC_PCI_BARS && sc->sc_bar[i].b_rid != rid)
88 if (i < PUC_PCI_BARS)
226 for (idx = 0; idx < PUC_PCI_BARS; idx++)
385 for (idx = 0; idx < PUC_PCI_BARS; idx++) {
432 for (idx = 0; idx < PUC_PCI_BARS; idx++) {
H A Dpucdata.c1796 } while (idx < PUC_PCI_BARS);

Completed in 119 milliseconds