Lines Matching refs:romh
156 bus_space_handle_t romh; in sti_sgc_probe() local
179 if ((rv = bus_space_map(ca->ca_iot, rom, STI_ROMSIZE, 0, &romh))) { in sti_sgc_probe()
183 romh = rom; in sti_sgc_probe()
191 devtype = bus_space_read_1(ca->ca_iot, romh, 3); in sti_sgc_probe()
197 id = bus_space_read_4(ca->ca_iot, romh, STI_DEV4_DD_GRID); in sti_sgc_probe()
200 id = (bus_space_read_1(ca->ca_iot, romh, STI_DEV1_DD_GRID in sti_sgc_probe()
202 (bus_space_read_1(ca->ca_iot, romh, STI_DEV1_DD_GRID in sti_sgc_probe()
204 (bus_space_read_1(ca->ca_iot, romh, STI_DEV1_DD_GRID in sti_sgc_probe()
206 (bus_space_read_1(ca->ca_iot, romh, STI_DEV1_DD_GRID in sti_sgc_probe()
226 ca->ca_addrs[ca->ca_naddrs].size = sti_rom_size(ca->ca_iot, romh); in sti_sgc_probe()
230 bus_space_unmap(ca->ca_iot, romh, STI_ROMSIZE); in sti_sgc_probe()
239 bus_space_handle_t romh; in sti_sgc_attach() local
259 if ((rv = bus_space_map(ca->ca_iot, rom, romlen, 0, &romh))) { in sti_sgc_attach()
261 romh = rom; in sti_sgc_attach()
268 sc->bases[0] = romh; in sti_sgc_attach()
286 if (sti_attach_common(sc, ca->ca_iot, ca->ca_iot, romh, in sti_sgc_attach()