Searched refs:PCI_CONF1_ADDRESS (Results 1 – 6 of 6) sorted by relevance
| /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/drivers/pci/ |
| A D | pci_sh7751.c | 83 addr = PCI_CONF1_ADDRESS(PCI_BUS(bdf), PCI_DEV(bdf), PCI_FUNC(bdf), offset); in sh7751_pci_read_config() 97 addr = PCI_CONF1_ADDRESS(PCI_BUS(bdf), PCI_DEV(bdf), PCI_FUNC(bdf), offset); in sh7751_pci_write_config()
|
| A D | pci_mpc85xx.c | 37 addr = PCI_CONF1_ADDRESS(PCI_BUS(bdf), PCI_DEV(bdf), PCI_FUNC(bdf), offset); in mpc85xx_pci_dm_read_config() 71 addr = PCI_CONF1_ADDRESS(PCI_BUS(bdf), PCI_DEV(bdf), PCI_FUNC(bdf), offset); in mpc85xx_pci_dm_write_config()
|
| A D | pci_msc01.c | 43 __raw_writel((PCI_CONF1_ADDRESS(bus, dev, func, where) & ~PCI_CONF1_ENABLE), in msc01_config_access()
|
| A D | pci_gt64120.c | 68 addr = PCI_CONF1_ADDRESS(bus, dev, func, where); in gt_config_access()
|
| /u-boot/include/ |
| A D | pci.h | 472 #define PCI_CONF1_ADDRESS(bus, dev, func, reg) \ macro 492 (PCI_CONF1_ADDRESS(bus, dev, func, reg) | \
|
Completed in 16 milliseconds