Home
last modified time | relevance | path

Searched refs:PCI_BAR_BAR0 (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/m68k/cpu/mcf547x_8x/
Dpci.c114 out_be32(&pci->bar0, PCI_BAR_BAR0(CONFIG_SYS_PCI_BAR0)); in pci_mcf547x_8x_init()
/external/u-boot/arch/m68k/cpu/mcf5445x/
Dpci.c88 out_be32(&pci->bar0, PCI_BAR_BAR0(CONFIG_SYS_PCI_BAR0)); in pci_mcf5445x_init()
/external/u-boot/arch/m68k/include/asm/
Dm547x_8x.h353 #define PCI_BAR_BAR0(x) (x & 0xFFFC0000) macro
Dm5445x.h825 #define PCI_BAR_BAR0(x) (x & 0xFFFC0000) macro