Lines Matching refs:bar
76 uint_t bar;
98 bar = pciconfig.bar[i];
99 if (bar != 0) {
100 if (bar & PCI_MAP_IO) {
101 io_base[i] = PCIGETIO(bar);
102 type[i] = bar & PCI_MAP_IO_ATTR_MASK;
104 type[i] = bar & PCI_MAP_MEMORY_ATTR_MASK;
105 mem_base[i] = PCIGETMEMORY(bar);
106 if (PCI_MAP_IS64BITMEM(bar)) {
110 bar_hi = pciconfig.bar[i+1];