/src/sys/dev/pci/ |
sti_pci.c | 146 bus_addr_t selected, offs, suboffs; local in function:sti_check_rom 230 suboffs = offs +(bus_addr_t)bus_space_read_2(pa->pa_memt, romh, 232 tmp = bus_space_read_4(pa->pa_memt, romh, suboffs + 0); 247 tmp = bus_space_read_1(pa->pa_memt, romh, suboffs + 0x14);
|
/src/sys/arch/hppa/dev/ |
gftfb.c | 347 bus_addr_t selected, offs, suboffs; local in function:gftfb_check_rom 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);
|
summitfb.c | 379 bus_addr_t selected, offs, suboffs; local in function:summitfb_check_rom 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);
|