Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dpci.c103 out_be32(&pci->bar3, PCI_BAR_BAR3(CONFIG_SYS_PCI_BAR3)); in pci_mcf5445x_init()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dm5445x.h828 #define PCI_BAR_BAR3(x) (x & 0xFF000000) macro