Lines Matching defs:bar
41 int bar;
52 * be the BAR mapping the rom (region #0).
55 * mapped by BAR 0x18, while region #1 is mapped by BAR 0x10,
58 * Rather than trying to be smart, reread the region->BAR array
59 * again, and compare the BAR mapping region #1 against PAGE0
62 * doesn't matter which BAR matched.
64 for (bar = PCI_MAPREG_START; bar <= PCI_MAPREG_PPB_END; ) {
68 cf = pci_conf_read(paa->pa_pc, paa->pa_tag, bar);
70 rc = pci_mapreg_info(paa->pa_pc, paa->pa_tag, bar,
74 bar += 4;
78 bar += 8;
80 bar += 4;