/arch/powerpc/boot/ |
D | cuboot-52xx.c | 23 void *soc, *reg; in platform_fixups() local 36 soc = find_node_by_devtype(NULL, "soc"); in platform_fixups() 37 if (!soc) in platform_fixups() 38 soc = find_node_by_compatible(NULL, "fsl,mpc5200-immr"); in platform_fixups() 39 if (!soc) in platform_fixups() 40 soc = find_node_by_compatible(NULL, "fsl,mpc5200b-immr"); in platform_fixups() 41 if (soc) { in platform_fixups() 42 setprop(soc, "bus-frequency", &bd.bi_ipbfreq, in platform_fixups() 45 if (!dt_xlate_reg(soc, 0, (void*)®, NULL)) in platform_fixups() 49 setprop(soc, "system-frequency", &sysfreq, sizeof(sysfreq)); in platform_fixups()
|
D | fsl-soc.c | 19 void *soc; in fsl_get_immr() local 22 soc = find_node_by_devtype(NULL, "soc"); in fsl_get_immr() 23 if (soc) { in fsl_get_immr() 27 size = getprop(soc, "#address-cells", prop_buf, MAX_PROP_LEN); in fsl_get_immr() 36 size = getprop(soc, "ranges", prop_buf, MAX_PROP_LEN); in fsl_get_immr() 45 if (!dt_xlate_addr(soc, prop_buf + naddr, 8, &ret)) in fsl_get_immr()
|
D | cuboot-824x.c | 20 void *soc; in platform_fixups() local 26 soc = find_node_by_devtype(NULL, "soc"); in platform_fixups() 27 if (soc) { in platform_fixups() 30 setprop(soc, "bus-frequency", &bd.bi_busfreq, in platform_fixups() 34 if (get_parent(serial) != soc) in platform_fixups()
|
D | cuboot-83xx.c | 21 void *soc; in platform_fixups() local 32 soc = find_node_by_devtype(NULL, "soc"); in platform_fixups() 33 if (soc) { in platform_fixups() 36 setprop(soc, "bus-frequency", &bd.bi_busfreq, in platform_fixups() 40 if (get_parent(serial) != soc) in platform_fixups()
|
D | cuboot-85xx.c | 22 void *soc; in platform_fixups() local 35 soc = find_node_by_devtype(NULL, "soc"); in platform_fixups() 36 if (soc) { in platform_fixups() 39 setprop(soc, "bus-frequency", &bd.bi_busfreq, in platform_fixups() 43 if (get_parent(serial) != soc) in platform_fixups()
|
/arch/powerpc/sysdev/ |
D | fsl_soc.c | 48 struct device_node *soc; in get_immrbase() local 53 soc = of_find_node_by_type(NULL, "soc"); in get_immrbase() 54 if (soc) { in get_immrbase() 57 const __be32 *prop = of_get_property(soc, "#address-cells", &size); in get_immrbase() 64 prop = of_get_property(soc, "ranges", &size); in get_immrbase() 66 immrbase = of_translate_address(soc, prop + naddr); in get_immrbase() 68 of_node_put(soc); in get_immrbase() 79 struct device_node *soc; in fsl_get_sys_freq() local 84 soc = of_find_node_by_type(NULL, "soc"); in fsl_get_sys_freq() 85 if (!soc) in fsl_get_sys_freq() [all …]
|
/arch/arm/mach-davinci/ |
D | mux.h | 18 #define MUX_CFG(soc, desc, muxreg, mode_offset, mode_mask, mux_mode, dbg)\ argument 19 [soc##_##desc] = { \ 29 #define INT_CFG(soc, desc, mode_offset, mode_mask, mux_mode, dbg) \ argument 30 [soc##_##desc] = { \ 40 #define EVT_CFG(soc, desc, mode_offset, mode_mask, mux_mode, dbg) \ argument 41 [soc##_##desc] = { \
|
/arch/arm/mach-imx/ |
D | hardware.h | 102 #define imx_map_entry(soc, name, _type) { \ argument 103 .virtual = soc ## _IO_P2V(soc ## _ ## name ## _BASE_ADDR), \ 104 .pfn = __phys_to_pfn(soc ## _ ## name ## _BASE_ADDR), \ 105 .length = soc ## _ ## name ## _SIZE, \
|
/arch/powerpc/platforms/512x/ |
D | clock-commonclk.c | 98 } soc; variable 103 soc = MPC512x_SOC_MPC5121; in mpc512x_clk_determine_soc() 107 soc = MPC512x_SOC_MPC5123; in mpc512x_clk_determine_soc() 111 soc = MPC512x_SOC_MPC5125; in mpc512x_clk_determine_soc() 118 if (soc == MPC512x_SOC_MPC5121) in soc_has_mbx() 125 if (soc == MPC512x_SOC_MPC5125) in soc_has_axe() 132 if (soc == MPC512x_SOC_MPC5125) in soc_has_viu() 139 if (soc == MPC512x_SOC_MPC5125) in soc_has_spdif() 146 if (soc == MPC512x_SOC_MPC5125) in soc_has_pata() 153 if (soc == MPC512x_SOC_MPC5125) in soc_has_sata() [all …]
|
/arch/mips/boot/dts/ralink/ |
D | omega2p.dts | 6 compatible = "onion,omega2+", "ralink,mt7688a-soc", "ralink,mt7628a-soc";
|
D | rt3050.dtsi | 5 compatible = "ralink,rt3050-soc", "ralink,rt3052-soc", "ralink,rt3350-soc";
|
D | vocore2.dts | 6 compatible = "vocore,vocore2", "ralink,mt7628a-soc";
|
/arch/powerpc/boot/dts/fsl/ |
D | bsc9131rdb.dts | 24 board_soc: soc: soc@ff700000 {
|
D | bsc9132qds.dts | 25 soc: soc@ff700000 { label
|
D | p1020rdb.dts | 26 board_soc: soc: soc@ffe00000 {
|
D | p1020rdb_36b.dts | 26 board_soc: soc: soc@fffe00000 {
|
D | mpc8641si-post.dtsi | 15 &soc { 18 device_type = "soc"; 19 compatible = "fsl,mpc8641-soc", "simple-bus";
|
/arch/arm/boot/dts/ |
D | imx6q.dtsi | 32 fsl,soc-operating-points = < 51 soc-supply = <®_soc>; 69 fsl,soc-operating-points = < 88 soc-supply = <®_soc>; 104 fsl,soc-operating-points = < 123 soc-supply = <®_soc>; 139 fsl,soc-operating-points = < 158 soc-supply = <®_soc>; 162 soc {
|
D | imx6dl.dtsi | 29 fsl,soc-operating-points = < 46 soc-supply = <®_soc>; 62 fsl,soc-operating-points = < 79 soc-supply = <®_soc>; 83 soc {
|
D | imx6ull.dtsi | 24 fsl,soc-operating-points = < 53 soc {
|
D | qcom-msm8974pro.dtsi | 4 soc {
|
/arch/sh/boot/dts/ |
D | j2_mimas_v2.dts | 5 compatible = "jcore,j2-soc"; 43 soc@abcd0000 {
|
/arch/arm64/boot/dts/qcom/ |
D | msm8996-mtp.dtsi | 17 soc {
|
/arch/powerpc/platforms/4xx/ |
D | Makefile | 3 obj-$(CONFIG_4xx_SOC) += soc.o
|
/arch/powerpc/boot/dts/ |
D | adder875-redboot.dts | 66 soc@fa200000 { 67 compatible = "fsl,mpc875-immr", "fsl,pq1-soc", "simple-bus"; 73 device_type = "soc";
|