Home | History | Annotate | Download | only in dev

Lines Matching refs:pa_memt

248 	ret = sti_rom_setup(rom, paa->pa_iot, paa->pa_memt, sc->sc_romh,
368 rc = bus_space_map(pa->pa_memt, PCI_MAPREG_ROM_ADDR(address), romsize,
386 tmp = bus_space_read_4(pa->pa_memt, romh, offs + 0);
402 tmp = bus_space_read_4(pa->pa_memt, romh, offs + 4);
414 subsize = (bus_addr_t)bus_space_read_2(pa->pa_memt, romh,
431 suboffs = offs +(bus_addr_t)bus_space_read_2(pa->pa_memt, romh,
433 tmp = bus_space_read_4(pa->pa_memt, romh, suboffs + 0);
448 tmp = bus_space_read_1(pa->pa_memt, romh, suboffs + 0x14);
487 (bus_addr_t)bus_space_read_2(pa->pa_memt, romh, selected + 0x0e);
490 bus_space_read_1(pa->pa_memt, romh, offs + i));
500 (bus_addr_t)bus_space_read_4(pa->pa_memt, romh, selected + 0x08);
501 stiromsize = (bus_addr_t)bus_space_read_4(pa->pa_memt, romh,
513 bus_space_unmap(pa->pa_memt, romh, romsize);
514 rc = bus_space_map(pa->pa_memt, PCI_MAPREG_ROM_ADDR(address) + offs,
527 bus_space_unmap(pa->pa_memt, romh, romsize);