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

/u-boot/arch/x86/cpu/
H A Dpci.c26 *valuep = inb(PCI_REG_DATA + (offset & 3));
29 *valuep = inw(PCI_REG_DATA + (offset & 2));
32 *valuep = inl(PCI_REG_DATA);
45 outb(value, PCI_REG_DATA + (offset & 3));
48 outw(value, PCI_REG_DATA + (offset & 2));
51 outl(value, PCI_REG_DATA);
/u-boot/arch/x86/cpu/quark/
H 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/
H A Dpci.h14 #define PCI_REG_DATA 0xcfc macro
/u-boot/arch/x86/include/asm/arch-quark/
H A Dquark.h212 *valuep = inl(PCI_REG_DATA);
228 outl(value, PCI_REG_DATA);

Completed in 130 milliseconds