Searched refs:PCIR_BAR (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dacx111.c272 sc->chip_mem1_rid = PCIR_BAR(0);
273 sc->chip_mem2_rid = PCIR_BAR(1);
H A Dacx100.c261 sc->chip_mem1_rid = PCIR_BAR(1);
262 sc->chip_mem2_rid = PCIR_BAR(2);
H A Dacxreg.h493 #define PCIR_BAR(x) (PCI_MAPS + (x) * 4) macro
H A Dbwireg.h344 #define BWI_PCIR_BAR PCIR_BAR(0)
/openbsd-current/sys/dev/pci/
H A Dixgbe.h121 #define PCIR_BAR(_x) (0x10 + (_x) * 4) macro
H A Dif_ix.c1852 val = pci_conf_read(pa->pa_pc, pa->pa_tag, PCIR_BAR(0));
1858 if (pci_mapreg_map(pa, PCIR_BAR(0), PCI_MAPREG_MEM_TYPE(val), 0,

Completed in 192 milliseconds