Searched refs:rom_device (Results 1 – 3 of 3) sorted by relevance
72 u16 rom_vendor, rom_device; in pci_rom_probe() local116 rom_device = le16_to_cpu(rom_data->device); in pci_rom_probe()119 rom_vendor, rom_device); in pci_rom_probe()122 if ((pplat->vendor != rom_vendor || pplat->device != rom_device) && in pci_rom_probe()125 rom_vendor, rom_device); in pci_rom_probe()
195 struct pci_device *rom_device = in xf86ExtendedInitInt10() local199 err = pci_device_read_rom(rom_device, vbiosMem); in xf86ExtendedInitInt10()205 INTPriv(pInt)->highMemory = GET_HIGH_BASE(rom_device->rom_size); in xf86ExtendedInitInt10()256 struct pci_device *rom_device = in xf86ExtendedInitInt10() local259 err = pci_device_read_rom(rom_device, vbiosMem); in xf86ExtendedInitInt10()
279 struct pci_device *rom_device = in xf86ExtendedInitInt10() local282 pci_device_enable(rom_device); in xf86ExtendedInitInt10()283 err = pci_device_read_rom(rom_device, (unsigned char *) (V_BIOS)); in xf86ExtendedInitInt10()