Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/cpu/quark/
H A Dcar.S60 mov $PCI_REG_ADDR, %dx
68 mov $PCI_REG_ADDR, %dx
91 mov $PCI_REG_ADDR, %dx
99 mov $PCI_REG_ADDR, %dx
/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dpci.c25 outl(bdf | (offset & 0xfc) | PCI_CFG_EN, PCI_REG_ADDR); in pci_x86_read_config()
44 outl(bdf | (offset & 0xfc) | PCI_CFG_EN, PCI_REG_ADDR); in pci_x86_write_config()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-quark/
H A Dquark.h212 outl(dev | offset | PCI_CFG_EN, PCI_REG_ADDR); in qrk_pci_read_config_dword()
228 outl(dev | offset | PCI_CFG_EN, PCI_REG_ADDR); in qrk_pci_write_config_dword()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dpci.h14 #define PCI_REG_ADDR 0xcf8 macro