Lines Matching refs:pa_memt
177 rc = bus_space_map(pa->pa_memt, PCI_MAPREG_ROM_ADDR(address), romsize,
195 tmp = bus_space_read_4(pa->pa_memt, romh, offs + 0);
211 tmp = bus_space_read_4(pa->pa_memt, romh, offs + 4);
223 subsize = (bus_addr_t)bus_space_read_2(pa->pa_memt, romh,
240 suboffs = offs +(bus_addr_t)bus_space_read_2(pa->pa_memt, romh,
242 tmp = bus_space_read_4(pa->pa_memt, romh, suboffs + 0);
257 tmp = bus_space_read_1(pa->pa_memt, romh, suboffs + 0x14);
296 (bus_addr_t)bus_space_read_2(pa->pa_memt, romh, selected + 0x0e);
299 bus_space_read_1(pa->pa_memt, romh, offs + i));
309 (bus_addr_t)bus_space_read_4(pa->pa_memt, romh, selected + 0x08);
310 stiromsize = (bus_addr_t)bus_space_read_4(pa->pa_memt, romh,
322 bus_space_unmap(pa->pa_memt, romh, romsize);
323 rc = bus_space_map(pa->pa_memt, PCI_MAPREG_ROM_ADDR(address) + offs,
338 bus_space_unmap(pa->pa_memt, romh, romsize);