pci_phys          239 arch/powerpc/platforms/52xx/mpc52xx_pci.c                   struct mpc52xx_pci __iomem *pci_regs, phys_addr_t pci_phys)
pci_phys          310 arch/powerpc/platforms/52xx/mpc52xx_pci.c 	pci_phys &= 0xfffc0000; /* bar0 has only 14 significant bits */
pci_phys          311 arch/powerpc/platforms/52xx/mpc52xx_pci.c 	out_be32(&pci_regs->tbatr0, MPC52xx_PCI_TBATR_ENABLE | pci_phys);
pci_phys          312 arch/powerpc/platforms/52xx/mpc52xx_pci.c 	out_be32(&pci_regs->bar0, PCI_BASE_ADDRESS_MEM_PREFETCH | pci_phys);