Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dpci.c113 out_be32(&pci->bar5, PCI_BAR_BAR5(CONFIG_SYS_PCI_BAR5)); in pci_mcf5445x_init()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dm5445x.h830 #define PCI_BAR_BAR5(x) (x & 0xE0000000) macro