Home
last modified time | relevance | path

Searched full:hwmods (Results 1 – 25 of 162) sorted by relevance

1234567

/kernel/linux/linux-5.10/arch/arm/boot/dts/
Domap2.dtsi50 ti,hwmods = "mpu";
59 ti,hwmods = "l3_main";
63 ti,hwmods = "aes";
71 ti,hwmods = "hdq1w";
118 ti,hwmods = "i2c1";
129 ti,hwmods = "i2c2";
140 ti,hwmods = "mcspi1";
151 ti,hwmods = "mcspi2";
160 ti,hwmods = "rng";
167 ti,hwmods = "sham";
[all …]
Domap3.dtsi55 ti,hwmods = "debugss";
66 ti,hwmods = "mpu";
71 ti,hwmods = "iva";
93 ti,hwmods = "l3_main";
309 ti,hwmods = "gpio1";
321 ti,hwmods = "gpio2";
332 ti,hwmods = "gpio3";
343 ti,hwmods = "gpio4";
354 ti,hwmods = "gpio5";
365 ti,hwmods = "gpio6";
[all …]
Domap2430.dtsi108 ti,hwmods = "gpio1";
120 ti,hwmods = "gpio2";
132 ti,hwmods = "gpio3";
144 ti,hwmods = "gpio4";
156 ti,hwmods = "gpio5";
171 ti,hwmods = "gpmc";
188 ti,hwmods = "mcbsp1";
204 ti,hwmods = "mcbsp2";
220 ti,hwmods = "mcbsp3";
236 ti,hwmods = "mcbsp4";
[all …]
Ddm816x.dtsi52 ti,hwmods = "mpu";
264 ti,hwmods = "elm";
271 ti,hwmods = "gpio1";
283 ti,hwmods = "gpio2";
295 ti,hwmods = "gpmc";
312 ti,hwmods = "i2c1";
323 ti,hwmods = "i2c2";
343 ti,hwmods = "rtc";
350 ti,hwmods = "mailbox";
363 ti,hwmods = "spinbox";
[all …]
Domap2420.dtsi95 ti,hwmods = "gpio1";
107 ti,hwmods = "gpio2";
119 ti,hwmods = "gpio3";
131 ti,hwmods = "gpio4";
147 ti,hwmods = "gpmc";
161 ti,hwmods = "mcbsp1";
175 ti,hwmods = "mcbsp2";
184 ti,hwmods = "msdi1";
196 ti,hwmods = "mailbox";
241 ti,hwmods = "wd_timer2";
Ddm814x.dtsi56 ti,hwmods = "mpu";
65 ti,hwmods = "l3_main";
73 ti,hwmods = "usb_otg_hs";
191 ti,hwmods = "i2c1";
198 ti,hwmods = "elm";
205 ti,hwmods = "gpio1";
217 ti,hwmods = "gpio2";
229 ti,hwmods = "gpio3";
241 ti,hwmods = "gpio4";
255 ti,hwmods = "i2c2";
[all …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/ti/omap/
Domap2.dtsi47 ti,hwmods = "mpu";
56 ti,hwmods = "l3_main";
60 ti,hwmods = "aes";
68 ti,hwmods = "hdq1w";
115 ti,hwmods = "i2c1";
124 ti,hwmods = "i2c2";
133 ti,hwmods = "mcspi1";
144 ti,hwmods = "mcspi2";
153 ti,hwmods = "rng";
160 ti,hwmods = "sham";
[all …]
Domap3.dtsi52 ti,hwmods = "debugss";
63 ti,hwmods = "mpu";
68 ti,hwmods = "iva";
90 ti,hwmods = "l3_main";
306 ti,hwmods = "gpio1";
318 ti,hwmods = "gpio2";
329 ti,hwmods = "gpio3";
340 ti,hwmods = "gpio4";
351 ti,hwmods = "gpio5";
362 ti,hwmods = "gpio6";
[all …]
Domap2430.dtsi105 ti,hwmods = "gpio1";
117 ti,hwmods = "gpio2";
129 ti,hwmods = "gpio3";
141 ti,hwmods = "gpio4";
153 ti,hwmods = "gpio5";
168 ti,hwmods = "gpmc";
185 ti,hwmods = "mcbsp1";
201 ti,hwmods = "mcbsp2";
217 ti,hwmods = "mcbsp3";
233 ti,hwmods = "mcbsp4";
[all …]
Ddm816x.dtsi48 ti,hwmods = "mpu";
260 ti,hwmods = "elm";
267 ti,hwmods = "gpio1";
279 ti,hwmods = "gpio2";
291 ti,hwmods = "gpmc";
308 ti,hwmods = "i2c1";
317 ti,hwmods = "i2c2";
335 ti,hwmods = "rtc";
342 ti,hwmods = "mailbox";
355 ti,hwmods = "spinbox";
[all …]
Domap2420.dtsi92 ti,hwmods = "gpio1";
104 ti,hwmods = "gpio2";
116 ti,hwmods = "gpio3";
128 ti,hwmods = "gpio4";
144 ti,hwmods = "gpmc";
158 ti,hwmods = "mcbsp1";
172 ti,hwmods = "mcbsp2";
181 ti,hwmods = "msdi1";
192 ti,hwmods = "mailbox";
237 ti,hwmods = "wd_timer2";
Ddm814x.dtsi52 ti,hwmods = "mpu";
61 ti,hwmods = "l3_main";
69 ti,hwmods = "usb_otg_hs";
190 ti,hwmods = "i2c1";
197 ti,hwmods = "elm";
204 ti,hwmods = "gpio1";
216 ti,hwmods = "gpio2";
228 ti,hwmods = "gpio3";
240 ti,hwmods = "gpio4";
254 ti,hwmods = "i2c2";
[all …]
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
Domap_device.c124 * omap_device_build_from_dt - build an omap_device with multiple hwmods
133 struct omap_hwmod **hwmods; in omap_device_build_from_dt() local
142 oh_cnt = of_property_count_strings(node, "ti,hwmods"); in omap_device_build_from_dt()
144 dev_dbg(&pdev->dev, "No 'hwmods' to build omap_device\n"); in omap_device_build_from_dt()
149 ret = of_property_read_string_index(node, "ti,hwmods", 0, &oh_name); in omap_device_build_from_dt()
159 hwmods = kcalloc(oh_cnt, sizeof(struct omap_hwmod *), GFP_KERNEL); in omap_device_build_from_dt()
160 if (!hwmods) { in omap_device_build_from_dt()
166 of_property_read_string_index(node, "ti,hwmods", i, &oh_name); in omap_device_build_from_dt()
174 hwmods[i] = oh; in omap_device_build_from_dt()
179 od = omap_device_alloc(pdev, hwmods, oh_cnt); in omap_device_build_from_dt()
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Domap_device.c121 * omap_device_build_from_dt - build an omap_device with multiple hwmods
130 struct omap_hwmod **hwmods; in omap_device_build_from_dt() local
139 oh_cnt = of_property_count_strings(node, "ti,hwmods"); in omap_device_build_from_dt()
141 dev_dbg(&pdev->dev, "No 'hwmods' to build omap_device\n"); in omap_device_build_from_dt()
146 ret = of_property_read_string_index(node, "ti,hwmods", 0, &oh_name); in omap_device_build_from_dt()
156 hwmods = kcalloc(oh_cnt, sizeof(struct omap_hwmod *), GFP_KERNEL); in omap_device_build_from_dt()
157 if (!hwmods) { in omap_device_build_from_dt()
163 of_property_read_string_index(node, "ti,hwmods", i, &oh_name); in omap_device_build_from_dt()
171 hwmods[i] = oh; in omap_device_build_from_dt()
176 od = omap_device_alloc(pdev, hwmods, oh_cnt); in omap_device_build_from_dt()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/
Dti-edma.txt30 - ti,hwmods: Name of the hwmods associated to the eDMA CC.
67 - ti,hwmods: Name of the hwmods associated to the eDMA TC.
85 ti,hwmods = "tpcc";
106 ti,hwmods = "tptc0";
114 ti,hwmods = "tptc1";
122 ti,hwmods = "tptc2";
130 ti,hwmods = "sham";
140 ti,hwmods = "mcasp0";
217 - ti,hwmods: Name of the hwmods associated to the EDMA
234 ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/dma/
Dti-edma.txt30 - ti,hwmods: Name of the hwmods associated to the eDMA CC.
67 - ti,hwmods: Name of the hwmods associated to the eDMA TC.
85 ti,hwmods = "tpcc";
106 ti,hwmods = "tptc0";
114 ti,hwmods = "tptc1";
122 ti,hwmods = "tptc2";
130 ti,hwmods = "sham";
140 ti,hwmods = "mcasp0";
217 - ti,hwmods: Name of the hwmods associated to the EDMA
234 ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/omap/
Dmpu.txt11 - ti,hwmods: "mpu"
29 ti,hwmods = "mpu"
36 ti,hwmods = "mpu";
44 ti,hwmods = "mpu";
51 ti,hwmods = "mpu";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/omap/
Dmpu.txt11 - ti,hwmods: "mpu"
29 ti,hwmods = "mpu"
36 ti,hwmods = "mpu";
44 ti,hwmods = "mpu";
51 ti,hwmods = "mpu";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/ti/
Dti,omap4-dss.txt13 - ti,hwmods: "dss_core"
34 - ti,hwmods: "dss_dispc"
50 - ti,hwmods: "dss_rfbi"
65 - ti,hwmods: "dss_venc"
86 - ti,hwmods: "dss_dsi1" or "dss_dsi2"
109 - ti,hwmods: "dss_hdmi"
Dti,omap3-dss.txt13 - ti,hwmods: "dss_core"
35 - ti,hwmods: "dss_dispc"
51 - ti,hwmods: "dss_rfbi"
62 - ti,hwmods: "dss_venc"
80 - ti,hwmods: "dss_dsi1"
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/ti/
Dti,omap4-dss.txt13 - ti,hwmods: "dss_core"
34 - ti,hwmods: "dss_dispc"
50 - ti,hwmods: "dss_rfbi"
65 - ti,hwmods: "dss_venc"
86 - ti,hwmods: "dss_dsi1" or "dss_dsi2"
109 - ti,hwmods: "dss_hdmi"
Dti,omap3-dss.txt13 - ti,hwmods: "dss_core"
35 - ti,hwmods: "dss_dispc"
51 - ti,hwmods: "dss_rfbi"
62 - ti,hwmods: "dss_venc"
80 - ti,hwmods: "dss_dsi1"
Dti,omap5-dss.txt13 - ti,hwmods: "dss_core"
34 - ti,hwmods: "dss_dispc"
50 - ti,hwmods: "dss_rfbi"
67 - ti,hwmods: "dss_dsi1" or "dss_dsi2"
90 - ti,hwmods: "dss_hdmi"
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/
Dti-smartreflex.txt22 ti,hwmods: Shall contain the TI interconnect module name if needed
32 ti,hwmods = "smartreflex_iva";
39 ti,hwmods = "smartreflex_core";
46 ti,hwmods = "smartreflex_mpu";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/
Dti-smartreflex.txt22 ti,hwmods: Shall contain the TI interconnect module name if needed
32 ti,hwmods = "smartreflex_iva";
39 ti,hwmods = "smartreflex_core";
46 ti,hwmods = "smartreflex_mpu";

1234567