Home
last modified time | relevance | path

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

/u-boot/arch/x86/cpu/
A Dpci.c26 *valuep = inb(PCI_REG_DATA + (offset & 3)); in pci_x86_read_config()
29 *valuep = inw(PCI_REG_DATA + (offset & 2)); in pci_x86_read_config()
32 *valuep = inl(PCI_REG_DATA); in pci_x86_read_config()
45 outb(value, PCI_REG_DATA + (offset & 3)); in pci_x86_write_config()
48 outw(value, PCI_REG_DATA + (offset & 2)); in pci_x86_write_config()
51 outl(value, PCI_REG_DATA); in pci_x86_write_config()
/u-boot/arch/x86/cpu/quark/
A Dcar.S61 mov $PCI_REG_DATA, %dx
69 mov $PCI_REG_DATA, %dx
92 mov $PCI_REG_DATA, %dx
100 mov $PCI_REG_DATA, %dx
/u-boot/arch/x86/include/asm/arch-quark/
A Dquark.h212 *valuep = inl(PCI_REG_DATA); in qrk_pci_read_config_dword()
228 outl(value, PCI_REG_DATA); in qrk_pci_write_config_dword()
/u-boot/arch/x86/include/asm/
A Dpci.h14 #define PCI_REG_DATA 0xcfc macro

Completed in 10 milliseconds