Searched refs:pcix2 (Results 1 – 1 of 1) sorted by relevance
43 volatile ccsr_pcix_t *pcix2 = (void *)(CONFIG_SYS_MPC85xx_PCIX2_ADDR); in pci_mpc85xx_init() local167 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()[all …]