Home
last modified time | relevance | path

Searched refs:PCI_BAR_BAR4 (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/m68k/cpu/mcf5445x/
Dpci.c108 out_be32(&pci->bar4, PCI_BAR_BAR4(CONFIG_SYS_PCI_BAR4)); in pci_mcf5445x_init()
/external/u-boot/arch/m68k/include/asm/
Dm5445x.h829 #define PCI_BAR_BAR4(x) (x & 0xF8000000) macro