Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dpci.c49 u32 barEn = 0; in pci_mcf5445x_init() local
90 barEn |= PCI_TCR2_B0E; in pci_mcf5445x_init()
95 barEn |= PCI_TCR2_B1E; in pci_mcf5445x_init()
100 barEn |= PCI_TCR2_B2E; in pci_mcf5445x_init()
105 barEn |= PCI_TCR2_B3E; in pci_mcf5445x_init()
110 barEn |= PCI_TCR2_B4E; in pci_mcf5445x_init()
115 barEn |= PCI_TCR2_B5E; in pci_mcf5445x_init()
118 out_be32(&pci->tcr2, barEn); in pci_mcf5445x_init()