Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf5445x/
H A Dpci.c50 u32 barEn = 0; in pci_mcf5445x_init() local
91 barEn |= PCI_TCR2_B0E; in pci_mcf5445x_init()
96 barEn |= PCI_TCR2_B1E; in pci_mcf5445x_init()
101 barEn |= PCI_TCR2_B2E; in pci_mcf5445x_init()
106 barEn |= PCI_TCR2_B3E; in pci_mcf5445x_init()
111 barEn |= PCI_TCR2_B4E; in pci_mcf5445x_init()
116 barEn |= PCI_TCR2_B5E; in pci_mcf5445x_init()
119 out_be32(&pci->tcr2, barEn); in pci_mcf5445x_init()