Home
last modified time | relevance | path

Searched refs:PCI_CFG_EN (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/quark/
H A Dcar.S58 mov $(PCI_CFG_EN | MSG_CTRL_REG), %eax
66 mov $(PCI_CFG_EN | MSG_DATA_REG), %eax
89 mov $(PCI_CFG_EN | MSG_DATA_REG), %eax
97 mov $(PCI_CFG_EN | MSG_CTRL_REG), %eax
/openbmc/u-boot/arch/x86/cpu/
H A Dpci.c22 outl(bdf | (offset & 0xfc) | PCI_CFG_EN, PCI_REG_ADDR); in pci_x86_read_config()
41 outl(bdf | (offset & 0xfc) | PCI_CFG_EN, PCI_REG_ADDR); in pci_x86_write_config()
/openbmc/u-boot/arch/x86/include/asm/arch-quark/
H A Dquark.h211 outl(dev | offset | PCI_CFG_EN, PCI_REG_ADDR); in qrk_pci_read_config_dword()
227 outl(dev | offset | PCI_CFG_EN, PCI_REG_ADDR); in qrk_pci_write_config_dword()
/openbmc/u-boot/arch/x86/include/asm/
H A Dpci.h16 #define PCI_CFG_EN 0x80000000 macro