HomeSort by: relevance | last modified time | path
    Searched defs:suboffs (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hppa/dev/
sti_pci_machdep.c 156 bus_addr_t selected, offs, suboffs; local in function:sti_pci_check_rom
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);
  /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);

Completed in 19 milliseconds