Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dpci.c98 out_be32(&pci->bar2, PCI_BAR_BAR2(CONFIG_SYS_PCI_BAR2)); in pci_mcf5445x_init()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dm5445x.h827 #define PCI_BAR_BAR2(x) (x & 0xFFC00000) macro