Searched defs:soc (Results 1 - 8 of 8) sorted by relevance

/arch/powerpc/boot/
H A Dfsl-soc.c15 #include "fsl-soc.h"
22 void *soc; local
25 soc = find_node_by_devtype(NULL, "soc");
26 if (soc) {
30 size = getprop(soc, "#address-cells", prop_buf, MAX_PROP_LEN);
39 size = getprop(soc, "ranges", prop_buf, MAX_PROP_LEN);
48 if (!dt_xlate_addr(soc, prop_buf + naddr, 8, &ret))
H A Dcuboot-52xx.c26 void *soc, *reg; local
36 * soc node name in existing dts files -- once that is fixed,
39 soc = find_node_by_devtype(NULL, "soc");
40 if (!soc)
41 soc = find_node_by_compatible(NULL, "fsl,mpc5200-immr");
42 if (!soc)
43 soc = find_node_by_compatible(NULL, "fsl,mpc5200b-immr");
44 if (soc) {
45 setprop(soc, "bu
[all...]
H A Dcuboot-824x.c23 void *soc; local
29 soc = find_node_by_devtype(NULL, "soc");
30 if (soc) {
33 setprop(soc, "bus-frequency", &bd.bi_busfreq,
37 if (get_parent(serial) != soc)
H A Dcuboot-83xx.c24 void *soc; local
32 * soc node name in existing dts files -- once that is fixed,
35 soc = find_node_by_devtype(NULL, "soc");
36 if (soc) {
39 setprop(soc, "bus-frequency", &bd.bi_busfreq,
43 if (get_parent(serial) != soc)
H A Dcuboot-85xx.c25 void *soc; local
35 * soc node name in existing dts files -- once that is fixed,
38 soc = find_node_by_devtype(NULL, "soc");
39 if (soc) {
42 setprop(soc, "bus-frequency", &bd.bi_busfreq,
46 if (get_parent(serial) != soc)
/arch/powerpc/sysdev/
H A Dfsl_soc.c51 struct device_node *soc; local
56 soc = of_find_node_by_type(NULL, "soc");
57 if (soc) {
60 const __be32 *prop = of_get_property(soc, "#address-cells", &size);
67 prop = of_get_property(soc, "ranges", &size);
69 immrbase = of_translate_address(soc, prop + naddr);
71 of_node_put(soc);
83 struct device_node *soc; local
90 soc
[all...]
/arch/powerpc/platforms/512x/
H A Dclock-commonclk.c101 } soc; variable in typeref:enum:soc_type
106 soc = MPC512x_SOC_MPC5121;
110 soc = MPC512x_SOC_MPC5123;
114 soc = MPC512x_SOC_MPC5125;
121 if (soc == MPC512x_SOC_MPC5121)
128 if (soc == MPC512x_SOC_MPC5125)
135 if (soc == MPC512x_SOC_MPC5125)
142 if (soc == MPC512x_SOC_MPC5125)
149 if (soc == MPC512x_SOC_MPC5125)
156 if (soc
[all...]
/arch/powerpc/include/asm/
H A Dqe.h215 } __attribute__ ((packed)) soc; member in struct:qe_firmware

Completed in 534 milliseconds