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

/u-boot/arch/x86/cpu/quark/
H A 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
/u-boot/arch/x86/include/asm/
H A Dpci.h13 #define PCI_REG_ADDR 0xcf8 macro
/u-boot/arch/x86/cpu/
H A Dpci.c23 outl(PCI_CONF1_ADDRESS(PCI_BUS(bdf), PCI_DEV(bdf), PCI_FUNC(bdf), offset), PCI_REG_ADDR); local
42 outl(PCI_CONF1_ADDRESS(PCI_BUS(bdf), PCI_DEV(bdf), PCI_FUNC(bdf), offset), PCI_REG_ADDR); local
/u-boot/arch/x86/include/asm/arch-quark/
H A Dquark.h211 outl(dev | offset | PCI_CFG_EN, PCI_REG_ADDR);
227 outl(dev | offset | PCI_CFG_EN, PCI_REG_ADDR);

Completed in 43 milliseconds