Lines Matching defs:region
65 * be the BAR mapping the rom (region #0).
68 * mapped by BAR 0x18, while region #1 is mapped by BAR 0x10,
71 * Rather than trying to be smart, reread the region->BAR array
72 * again, and compare the BAR mapping region #1 against PAGE0
107 sti_pci_readbar(struct sti_softc *sc, struct pci_attach_args *pa, u_int region,
116 sc->bases[region] = 0;
123 printf("%s: unexpected bar %02x for region %d\n",
124 device_xname(sc->sc_dev), bar, region);
136 aprint_error_dev(sc->sc_dev, "invalid bar %02x for region %d\n",
137 bar, region);
142 sc->bases[region] = addr;
291 * Read the STI region BAR assignments.