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);
|