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

  /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);
  /src/sys/arch/hppa/dev/
gftfb.c 346 bus_size_t romsize, subsize, stiromsize; local in function:gftfb_check_rom
501 stiromsize = (bus_addr_t)bus_space_read_4(pa->pa_memt, romh,
503 stiromsize = le32toh(stiromsize);
512 (long)(PCI_MAPREG_ROM_ADDR(address) + offs), (long)stiromsize));
515 stiromsize, 0, &spc->sc_romh);
summitfb.c 378 bus_size_t romsize, subsize, stiromsize; local in function:summitfb_check_rom
532 stiromsize = bus_space_read_4(pa->pa_memt, romh, offs + 0x18);
533 stiromsize = le32toh(stiromsize);
542 (long)(PCI_MAPREG_ROM_ADDR(address) + offs), (long)stiromsize));
545 stiromsize, 0, &spc->sc_romh);

Completed in 13 milliseconds