HomeSort by: relevance | last modified time | path
    Searched refs:hwmods (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
omap2.dtsi 50 ti,hwmods = "mpu";
59 ti,hwmods = "l3_main";
63 ti,hwmods = "aes";
71 ti,hwmods = "hdq1w";
118 ti,hwmods = "i2c1";
127 ti,hwmods = "i2c2";
136 ti,hwmods = "mcspi1";
147 ti,hwmods = "mcspi2";
156 ti,hwmods = "rng";
163 ti,hwmods = "sham"
    [all...]
omap3.dtsi 55 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...]
omap2430.dtsi 108 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...]
dm816x.dtsi 52 ti,hwmods = "mpu";
264 ti,hwmods = "elm";
271 ti,hwmods = "gpio1";
283 ti,hwmods = "gpio2";
295 ti,hwmods = "gpmc";
312 ti,hwmods = "i2c1";
321 ti,hwmods = "i2c2";
339 ti,hwmods = "rtc";
346 ti,hwmods = "mailbox";
359 ti,hwmods = "spinbox"
    [all...]
omap2420.dtsi 95 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";
195 ti,hwmods = "mailbox";
240 ti,hwmods = "wd_timer2"
    [all...]
dm814x.dtsi 56 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...]
am3517.dtsi 57 ti,hwmods = "am35x_otg_hs";
66 ti,hwmods = "davinci_emac";
83 ti,hwmods = "davinci_mdio";
95 ti,hwmods = "uart4";
omap34xx.dtsi 116 ti,hwmods = "smartreflex_core";
135 ti,hwmods = "smartreflex_mpu_iva";
omap36xx.dtsi 89 ti,hwmods = "uart4";
148 ti,hwmods = "smartreflex_core";
170 ti,hwmods = "smartreflex_mpu_iva";
  /src/sys/arch/arm/ti/
ti_prcm.c 230 const char *hwmods, *p; local in function:ti_prcm_get_hwmod
236 /* If this node does not have a ti,hwmods property, try the parent */
237 hwmod_phandle = of_hasprop(phandle, "ti,hwmods") ? phandle : OF_parent(phandle);
239 /* Lookup clock by "ti,hwmods" name (old method) */
240 hwmods = fdtbus_get_prop(hwmod_phandle, "ti,hwmods", &len);
242 p = hwmods;

Completed in 15 milliseconds