Lines Matching refs:pcix2
43 volatile ccsr_pcix_t *pcix2 = (void *)(CONFIG_SYS_MPC85xx_PCIX2_ADDR); in pci_mpc85xx_init() local
167 pcix2->potar1 = (CONFIG_SYS_PCI2_MEM_BUS >> 12) & 0x000fffff; in pci_mpc85xx_init()
168 pcix2->potear1 = 0x00000000; in pci_mpc85xx_init()
169 pcix2->powbar1 = (CONFIG_SYS_PCI2_MEM_PHYS >> 12) & 0x000fffff; in pci_mpc85xx_init()
170 pcix2->powbear1 = 0x00000000; in pci_mpc85xx_init()
171 pcix2->powar1 = (POWAR_EN | POWAR_MEM_READ | in pci_mpc85xx_init()
174 pcix2->potar2 = (CONFIG_SYS_PCI2_IO_BUS >> 12) & 0x000fffff; in pci_mpc85xx_init()
175 pcix2->potear2 = 0x00000000; in pci_mpc85xx_init()
176 pcix2->powbar2 = (CONFIG_SYS_PCI2_IO_PHYS >> 12) & 0x000fffff; in pci_mpc85xx_init()
177 pcix2->powbear2 = 0x00000000; in pci_mpc85xx_init()
178 pcix2->powar2 = (POWAR_EN | POWAR_IO_READ | in pci_mpc85xx_init()
181 pcix2->pitar1 = 0x00000000; in pci_mpc85xx_init()
182 pcix2->piwbar1 = 0x00000000; in pci_mpc85xx_init()
183 pcix2->piwar1 = (PIWAR_EN | PIWAR_PF | PIWAR_LOCAL | in pci_mpc85xx_init()
186 pcix2->powar3 = 0; in pci_mpc85xx_init()
187 pcix2->powar4 = 0; in pci_mpc85xx_init()
188 pcix2->piwar2 = 0; in pci_mpc85xx_init()
189 pcix2->piwar3 = 0; in pci_mpc85xx_init()