Lines Matching defs:romh
214 bus_space_handle_t romh;
237 0, &romh);
252 rc = sti_pcirom_walk(sc, pa->pa_memt, romh, romsize, sti_pcirom_check,
269 (bus_addr_t)bus_space_read_2(pa->pa_memt, romh, ctx.romoffs + 0x0e);
270 bus_space_read_region_1(pa->pa_memt, romh, offs, region_bars,
293 (bus_addr_t)bus_space_read_4(pa->pa_memt, romh, ctx.romoffs + 0x08);
294 stiromsize = (bus_addr_t)bus_space_read_4(pa->pa_memt, romh,
303 bus_space_unmap(pa->pa_memt, romh, romsize);
326 bus_space_unmap(pa->pa_memt, romh, romsize);
375 sti_pcirom_check(bus_space_tag_t romt, bus_space_handle_t romh, bus_addr_t offs,
388 tmp32 = bus_space_read_4(romt, romh, offs + 0);
402 tmp32 = bus_space_read_4(romt, romh, offs + 4);
458 bus_space_handle_t romh, bus_size_t romsize, int (*cb)(bus_space_tag_t,
480 tmp16 = bus_space_read_2(romt, romh, offs + 0);
496 dsoffs = (bus_addr_t)bus_space_read_2(romt, romh, offs + 0x18);
516 bus_space_read_region_1(romt, romh, offs + dsoffs,
578 rc = (*cb)(romt, romh, offs, &ds, cbarg);