Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/cpu/quark/
Dcar.S59 mov $PCI_REG_ADDR, %dx
67 mov $PCI_REG_ADDR, %dx
90 mov $PCI_REG_ADDR, %dx
98 mov $PCI_REG_ADDR, %dx
/external/u-boot/arch/x86/cpu/
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()
/external/u-boot/arch/x86/include/asm/arch-quark/
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()
/external/u-boot/arch/x86/include/asm/
Dpci.h13 #define PCI_REG_ADDR 0xcf8 macro