Lines Matching +full:0 +full:x000fffff

51 	hose = &pci_hose[0];  in pci_mpc85xx_init()
53 hose->first_busno = 0; in pci_mpc85xx_init()
54 hose->last_busno = 0xff; in pci_mpc85xx_init()
57 (CONFIG_SYS_IMMR+0x8000), in pci_mpc85xx_init()
58 (CONFIG_SYS_IMMR+0x8004)); in pci_mpc85xx_init()
63 dev = PCI_BDF(hose->first_busno, 0, 0); in pci_mpc85xx_init()
71 pci_hose_write_config_word(hose, dev, PCI_STATUS, 0xffff); in pci_mpc85xx_init()
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()
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()
97 pcix->pitar1 = 0x00000000; in pci_mpc85xx_init()
98 pcix->piwbar1 = 0x00000000; 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()
107 pci_set_region(hose->regions + 0, in pci_mpc85xx_init()
140 PCI_BDF(0,BRIDGE_ID,0), in pci_mpc85xx_init()
151 hose->first_busno = pci_hose[0].last_busno + 1; in pci_mpc85xx_init()
152 hose->last_busno = 0xff; in pci_mpc85xx_init()
155 (CONFIG_SYS_IMMR+0x9000), in pci_mpc85xx_init()
156 (CONFIG_SYS_IMMR+0x9004)); in pci_mpc85xx_init()
158 dev = PCI_BDF(hose->first_busno, 0, 0); in pci_mpc85xx_init()
166 pci_hose_write_config_word(hose, dev, PCI_STATUS, 0xffff); in pci_mpc85xx_init()
168 pcix2->potar1 = (CONFIG_SYS_PCI2_MEM_BUS >> 12) & 0x000fffff; in pci_mpc85xx_init()
169 pcix2->potear1 = 0x00000000; in pci_mpc85xx_init()
170 pcix2->powbar1 = (CONFIG_SYS_PCI2_MEM_PHYS >> 12) & 0x000fffff; in pci_mpc85xx_init()
171 pcix2->powbear1 = 0x00000000; in pci_mpc85xx_init()
175 pcix2->potar2 = (CONFIG_SYS_PCI2_IO_BUS >> 12) & 0x000fffff; in pci_mpc85xx_init()
176 pcix2->potear2 = 0x00000000; in pci_mpc85xx_init()
177 pcix2->powbar2 = (CONFIG_SYS_PCI2_IO_PHYS >> 12) & 0x000fffff; in pci_mpc85xx_init()
178 pcix2->powbear2 = 0x00000000; in pci_mpc85xx_init()
182 pcix2->pitar1 = 0x00000000; in pci_mpc85xx_init()
183 pcix2->piwbar1 = 0x00000000; in pci_mpc85xx_init()
187 pcix2->powar3 = 0; in pci_mpc85xx_init()
188 pcix2->powar4 = 0; in pci_mpc85xx_init()
189 pcix2->piwar2 = 0; in pci_mpc85xx_init()
190 pcix2->piwar3 = 0; in pci_mpc85xx_init()
192 pci_set_region(hose->regions + 0, in pci_mpc85xx_init()