Searched refs:pci_bar (Results 1 – 1 of 1) sorted by relevance
300 uint32_t bar, pci_bar; in decode_tuple_bar() local361 pci_bar = pci_read_config(child, bar, 4); in decode_tuple_bar()362 if ((pci_bar != 0x0) && (pci_bar != 0xffffffff)) { in decode_tuple_bar()364 pci_bar &= ~0xf; in decode_tuple_bar()366 pci_bar &= ~0x3; in decode_tuple_bar()368 len = 1 << (ffs(pci_bar) - 1); in decode_tuple_bar()