Searched refs:PCI_REG_ADDR (Results 1 – 4 of 4) sorted by relevance
| /u-boot/arch/x86/cpu/quark/ |
| A D | car.S | 59 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/cpu/ |
| A D | pci.c | 23 outl(PCI_CONF1_ADDRESS(PCI_BUS(bdf), PCI_DEV(bdf), PCI_FUNC(bdf), offset), PCI_REG_ADDR); in pci_x86_read_config() 42 outl(PCI_CONF1_ADDRESS(PCI_BUS(bdf), PCI_DEV(bdf), PCI_FUNC(bdf), offset), PCI_REG_ADDR); in pci_x86_write_config()
|
| /u-boot/arch/x86/include/asm/arch-quark/ |
| A D | quark.h | 211 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()
|
| /u-boot/arch/x86/include/asm/ |
| A D | pci.h | 13 #define PCI_REG_ADDR 0xcf8 macro
|
Completed in 5 milliseconds