Home
last modified time | relevance | path

Searched refs:PCI_CONF1_ADDRESS (Results 1 – 6 of 6) sorted by relevance

/u-boot/arch/x86/cpu/
A Dpci.c23 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 Dpci_sh7751.c83 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 Dpci_mpc85xx.c37 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 Dpci_msc01.c43 __raw_writel((PCI_CONF1_ADDRESS(bus, dev, func, where) & ~PCI_CONF1_ENABLE), in msc01_config_access()
A Dpci_gt64120.c68 addr = PCI_CONF1_ADDRESS(bus, dev, func, where); in gt_config_access()
/u-boot/include/
A Dpci.h472 #define PCI_CONF1_ADDRESS(bus, dev, func, reg) \ macro
492 (PCI_CONF1_ADDRESS(bus, dev, func, reg) | \

Completed in 16 milliseconds