Lines Matching full:ccsr
147 phandle_t cpus, child, ccsr; in mpc85xx_attach() local
162 * Locate CCSR region. Irritatingly, there is no way to find it in mpc85xx_attach()
167 ccsr = -1; in mpc85xx_attach()
168 for (name = soc_name_guesses; *name != NULL && ccsr == -1; name++) in mpc85xx_attach()
169 ccsr = OF_finddevice(*name); in mpc85xx_attach()
170 if (ccsr == -1) { in mpc85xx_attach()
181 ccsr = child; in mpc85xx_attach()
187 if (ccsr == -1) in mpc85xx_attach()
188 panic("Could not locate CCSR window!"); in mpc85xx_attach()
190 OF_getprop(ccsr, "#size-cells", &scells, sizeof(scells)); in mpc85xx_attach()
191 OF_getprop(ccsr, "#address-cells", &acells, sizeof(acells)); in mpc85xx_attach()
192 OF_searchprop(OF_parent(ccsr), "#address-cells", &pacells, in mpc85xx_attach()
194 OF_getprop(ccsr, "ranges", ranges, sizeof(ranges)); in mpc85xx_attach()