Home
last modified time | relevance | path

Searched refs:IORESOURCE_ROM_SHADOW (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/pci/
H A Drom.c34 if (res->flags & IORESOURCE_ROM_SHADOW) in pci_enable_rom()
63 if (res->flags & IORESOURCE_ROM_SHADOW) in pci_disable_rom()
H A Dsetup-res.c151 if (res->flags & IORESOURCE_ROM_SHADOW) in pci_claim_resource()
H A Dpci-sysfs.c662 IORESOURCE_ROM_SHADOW)); in boot_vga_show()
/openbmc/linux/arch/mips/loongson64/
H A Dvbios_quirk.c22 res->flags = IORESOURCE_MEM | IORESOURCE_ROM_SHADOW | in pci_fixup_video()
/openbmc/linux/arch/ia64/pci/
H A Dfixup.c72 res->flags = IORESOURCE_MEM | IORESOURCE_ROM_SHADOW | in pci_fixup_video()
/openbmc/u-boot/include/linux/
H A Dioport.h102 #define IORESOURCE_ROM_SHADOW (1<<1) /* ROM is copy at C000:0 */ macro
/openbmc/linux/include/linux/
H A Dioport.h121 #define IORESOURCE_ROM_SHADOW (1<<1) /* Use RAM image, not ROM BAR */ macro
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_rdwr.c242 pdev->resource[bar].flags & IORESOURCE_ROM_SHADOW) in vfio_pci_bar_rw()
H A Dvfio_pci_config.c511 IORESOURCE_ROM_SHADOW) { in vfio_bar_fixup()
H A Dvfio_pci_core.c1067 IORESOURCE_ROM_SHADOW) in vfio_pci_ioctl_get_region_info()
/openbmc/linux/arch/x86/pci/
H A Dfixup.c352 res->flags = IORESOURCE_MEM | IORESOURCE_ROM_SHADOW | in pci_fixup_video()
/openbmc/linux/drivers/video/fbdev/nvidia/
H A Dnvidia.c974 if (res && res->flags & IORESOURCE_ROM_SHADOW) { in save_vga_x86()
986 if (res && res->flags & IORESOURCE_ROM_SHADOW) in restore_vga_x86()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbmon.c1504 if (res && res->flags & IORESOURCE_ROM_SHADOW) in fb_firmware_edid()
/openbmc/linux/drivers/video/fbdev/sis/
H A Dsis_main.c5929 if(pdev->resource[PCI_ROM_RESOURCE].flags & IORESOURCE_ROM_SHADOW) { in sisfb_probe()