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

  /src/sys/arch/hppa/dev/
sti_pci_machdep.c 155 bus_size_t romsize, subsize, stiromsize; local in function:sti_pci_check_rom
310 stiromsize = (bus_addr_t)bus_space_read_4(pa->pa_memt, romh,
312 stiromsize = le32toh(stiromsize);
321 (long)(PCI_MAPREG_ROM_ADDR(address) + offs), (long)stiromsize);
324 stiromsize, 0, rom_handle);
  /src/sys/dev/pci/
sti_pci.c 145 bus_size_t romsize, subsize, stiromsize; local in function:sti_check_rom
302 stiromsize = (bus_addr_t)bus_space_read_4(pa->pa_memt, romh,
304 stiromsize = le32toh(stiromsize);
313 (long)(PCI_MAPREG_ROM_ADDR(address) + offs), (long)stiromsize));
316 stiromsize, 0, &spc->sc_romh);

Completed in 11 milliseconds