Lines Matching refs:pcix
42 volatile ccsr_pcix_t *pcix = (void *)(CONFIG_SYS_MPC85xx_PCIX_ADDR); in pci_mpc85xx_init() local
83 pcix->potar1 = (CONFIG_SYS_PCI1_MEM_BUS >> 12) & 0x000fffff; in pci_mpc85xx_init()
84 pcix->potear1 = 0x00000000; in pci_mpc85xx_init()
85 pcix->powbar1 = (CONFIG_SYS_PCI1_MEM_PHYS >> 12) & 0x000fffff; in pci_mpc85xx_init()
86 pcix->powbear1 = 0x00000000; in pci_mpc85xx_init()
87 pcix->powar1 = (POWAR_EN | POWAR_MEM_READ | in pci_mpc85xx_init()
90 pcix->potar2 = (CONFIG_SYS_PCI1_IO_BUS >> 12) & 0x000fffff; in pci_mpc85xx_init()
91 pcix->potear2 = 0x00000000; in pci_mpc85xx_init()
92 pcix->powbar2 = (CONFIG_SYS_PCI1_IO_PHYS >> 12) & 0x000fffff; in pci_mpc85xx_init()
93 pcix->powbear2 = 0x00000000; in pci_mpc85xx_init()
94 pcix->powar2 = (POWAR_EN | POWAR_IO_READ | in pci_mpc85xx_init()
97 pcix->pitar1 = 0x00000000; in pci_mpc85xx_init()
98 pcix->piwbar1 = 0x00000000; in pci_mpc85xx_init()
99 pcix->piwar1 = (PIWAR_EN | PIWAR_PF | PIWAR_LOCAL | in pci_mpc85xx_init()
102 pcix->powar3 = 0; in pci_mpc85xx_init()
103 pcix->powar4 = 0; in pci_mpc85xx_init()
104 pcix->piwar2 = 0; in pci_mpc85xx_init()
105 pcix->piwar3 = 0; in pci_mpc85xx_init()