Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/
H A Drom.c45 rom_addr |= region.start | PCI_ROM_ADDRESS_ENABLE; in pci_enable_rom()
67 rom_addr &= ~PCI_ROM_ADDRESS_ENABLE; in pci_disable_rom()
H A Dsetup-res.c87 new |= PCI_ROM_ADDRESS_ENABLE; in pci_std_update_resource()
H A Dprobe.c231 if (l & PCI_ROM_ADDRESS_ENABLE) in __pci_read_base()
/openbmc/linux/arch/x86/pci/
H A Di386.c302 reg & ~PCI_ROM_ADDRESS_ENABLE); in pcibios_allocate_dev_resources()
/openbmc/u-boot/drivers/pci/
H A Dpci_rom.c94 rom_address | PCI_ROM_ADDRESS_ENABLE); in pci_rom_probe()
/openbmc/linux/drivers/video/
H A Dsticore.c992 pci_write_config_dword(sti->pd, PCI_ROM_ADDRESS, rom_base & ~PCI_ROM_ADDRESS_ENABLE); in sti_try_rom_generic()
1067 pci_write_config_dword(pd, PCI_ROM_ADDRESS, rom_base | PCI_ROM_ADDRESS_ENABLE); in sticore_pci_init()
/openbmc/linux/arch/powerpc/kernel/
H A Dpci-common.c1348 if (reg & PCI_ROM_ADDRESS_ENABLE) { in pcibios_allocate_resources()
1353 reg & ~PCI_ROM_ADDRESS_ENABLE); in pcibios_allocate_resources()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h118 #define PCI_ROM_ADDRESS_ENABLE 0x01 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h119 #define PCI_ROM_ADDRESS_ENABLE 0x01 macro
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c508 mask |= PCI_ROM_ADDRESS_ENABLE; in vfio_bar_fixup()
513 mask |= PCI_ROM_ADDRESS_ENABLE; in vfio_bar_fixup()
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c565 bar_ro_mask = (reg->ro_mask | (r_size - 1)) & ~PCI_ROM_ADDRESS_ENABLE; in xen_pt_exp_rom_bar_reg_write()
770 .ro_mask = ~PCI_ROM_ADDRESS_MASK & ~PCI_ROM_ADDRESS_ENABLE,
/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_misc.c779 …rite_config_dword(pdev, PCI_ROM_ADDRESS, (fbbase & PCI_ROM_ADDRESS_MASK) | PCI_ROM_ADDRESS_ENABLE); in matroxfb_read_pins()
/openbmc/u-boot/include/
H A Dpci.h223 #define PCI_ROM_ADDRESS_ENABLE 0x01 macro
/openbmc/qemu/hw/pci/
H A Dpci.c1336 wmask |= PCI_ROM_ADDRESS_ENABLE; in pci_register_bar()
1482 if (reg == PCI_ROM_SLOT && !(new_addr & PCI_ROM_ADDRESS_ENABLE)) { in pci_bar_address()