Home | History | Annotate | Download | only in dev

Lines Matching defs:romh

377 	bus_space_handle_t romh;
401 0, &romh);
418 tmp = bus_space_read_4(pa->pa_memt, romh, offs + 0);
434 tmp = bus_space_read_4(pa->pa_memt, romh, offs + 4);
446 subsize = (bus_addr_t)bus_space_read_2(pa->pa_memt, romh,
463 suboffs = offs + bus_space_read_2(pa->pa_memt, romh,
465 tmp = bus_space_read_4(pa->pa_memt, romh, suboffs + 0);
480 tmp = bus_space_read_1(pa->pa_memt, romh, suboffs + 0x14);
518 offs = selected + bus_space_read_2(pa->pa_memt, romh, selected + 0x0e);
521 bus_space_read_1(pa->pa_memt, romh, offs + i));
531 bus_space_read_4(pa->pa_memt, romh, selected + 0x08);
532 stiromsize = bus_space_read_4(pa->pa_memt, romh, offs + 0x18);
543 bus_space_unmap(pa->pa_memt, romh, romsize);
557 bus_space_unmap(pa->pa_memt, romh, romsize);