Searched refs:PCIR_BAR (Results 1 – 4 of 4) sorted by relevance
192 return (coff >= PCIR_BAR(0) && coff < PCIR_BAR(PCI_BARMAX + 1)); in is_pcir_bar()929 pci_set_cfgdata32(pdi, PCIR_BAR(idx), bar); in pci_emul_assign_bar()934 pci_set_cfgdata32(pdi, PCIR_BAR(idx + 1), bar >> 32); in pci_emul_assign_bar()2307 idx = (coff - PCIR_BAR(0)) / 4; in pci_cfgrw()
593 uint8_t lobits = passthru_read_config(sc, PCIR_BAR(i), 0x01); in cfginitbar()
191 #define PCIR_BAR(x) (PCIR_BARS + (x) * 4) macro
196 #define PCIR_BAR(x) (PCIR_BARS + (x) * 4) macro