Home
last modified time | relevance | path

Searched refs:rom_device (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_rom.c72 u16 rom_vendor, rom_device; in pci_rom_probe() local
116 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()
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dgeneric.c195 struct pci_device *rom_device = in xf86ExtendedInitInt10() local
199 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() local
259 err = pci_device_read_rom(rom_device, vbiosMem); in xf86ExtendedInitInt10()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/
H A Dlinux.c279 struct pci_device *rom_device = in xf86ExtendedInitInt10() local
282 pci_device_enable(rom_device); in xf86ExtendedInitInt10()
283 err = pci_device_read_rom(rom_device, (unsigned char *) (V_BIOS)); in xf86ExtendedInitInt10()