Home
last modified time | relevance | path

Searched refs:hwmods (Results 1 – 74 of 74) sorted by relevance

/linux-4.1.27/arch/arm/boot/dts/
Domap2.dtsi48 ti,hwmods = "mpu";
57 ti,hwmods = "l3_main";
61 ti,hwmods = "aes";
69 ti,hwmods = "hdq1w";
83 ti,hwmods = "dma";
96 ti,hwmods = "i2c1";
107 ti,hwmods = "i2c2";
118 ti,hwmods = "mcspi1";
129 ti,hwmods = "mcspi2";
138 ti,hwmods = "rng";
[all …]
Dam4372.dtsi74 ti,hwmods = "l3_main";
137 ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2";
150 ti,hwmods = "uart1";
157 ti,hwmods = "uart2";
165 ti,hwmods = "uart3";
173 ti,hwmods = "uart4";
181 ti,hwmods = "uart5";
189 ti,hwmods = "uart6";
197 ti,hwmods = "mailbox";
212 ti,hwmods = "timer1";
[all …]
Domap3.dtsi50 ti,hwmods = "debugss";
61 ti,hwmods = "mpu";
66 ti,hwmods = "iva";
88 ti,hwmods = "l3_main";
146 ti,hwmods = "aes";
183 ti,hwmods = "counter_32k";
220 ti,hwmods = "gpio1";
232 ti,hwmods = "gpio2";
243 ti,hwmods = "gpio3";
254 ti,hwmods = "gpio4";
[all …]
Dam33xx.dtsi82 ti,hwmods = "mpu";
98 ti,hwmods = "l3_main";
161 ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2";
170 ti,hwmods = "gpio1";
181 ti,hwmods = "gpio2";
192 ti,hwmods = "gpio3";
203 ti,hwmods = "gpio4";
214 ti,hwmods = "uart1";
225 ti,hwmods = "uart2";
236 ti,hwmods = "uart3";
[all …]
Domap4.dtsi93 ti,hwmods = "mpu";
99 ti,hwmods = "dsp";
104 ti,hwmods = "iva";
120 ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
222 ti,hwmods = "counter_32k";
287 ti,hwmods = "gpio1";
299 ti,hwmods = "gpio2";
310 ti,hwmods = "gpio3";
321 ti,hwmods = "gpio4";
332 ti,hwmods = "gpio5";
[all …]
Domap5.dtsi118 ti,hwmods = "mpu";
135 ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
238 ti,hwmods = "counter_32k";
302 ti,hwmods = "gpio1";
314 ti,hwmods = "gpio2";
325 ti,hwmods = "gpio3";
336 ti,hwmods = "gpio4";
347 ti,hwmods = "gpio5";
358 ti,hwmods = "gpio6";
369 ti,hwmods = "gpio7";
[all …]
Ddra7.dtsi83 ti,hwmods = "mpu";
99 ti,hwmods = "l3_main_1", "l3_main_2";
185 ti,hwmods = "counter_32k";
221 ti,hwmods = "pcie1";
256 ti,hwmods = "pcie2";
310 ti,hwmods = "gpio1";
321 ti,hwmods = "gpio2";
332 ti,hwmods = "gpio3";
343 ti,hwmods = "gpio4";
354 ti,hwmods = "gpio5";
[all …]
Domap2430.dtsi84 ti,hwmods = "counter_32k";
92 ti,hwmods = "gpio1";
104 ti,hwmods = "gpio2";
116 ti,hwmods = "gpio3";
128 ti,hwmods = "gpio4";
140 ti,hwmods = "gpio5";
155 ti,hwmods = "gpmc";
168 ti,hwmods = "mcbsp1";
184 ti,hwmods = "mcbsp2";
200 ti,hwmods = "mcbsp3";
[all …]
Ddm816x.dtsi49 ti,hwmods = "mpu";
67 ti,hwmods = "l3_main";
138 ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2", "tptc3";
147 ti,hwmods = "elm";
154 ti,hwmods = "gpio1";
166 ti,hwmods = "gpio2";
178 ti,hwmods = "gpmc";
189 ti,hwmods = "i2c1";
200 ti,hwmods = "i2c2";
220 ti,hwmods = "mailbox";
[all …]
Domap2420.dtsi72 ti,hwmods = "counter_32k";
80 ti,hwmods = "gpio1";
92 ti,hwmods = "gpio2";
104 ti,hwmods = "gpio3";
116 ti,hwmods = "gpio4";
132 ti,hwmods = "gpmc";
142 ti,hwmods = "mcbsp1";
156 ti,hwmods = "mcbsp2";
165 ti,hwmods = "msdi1";
177 ti,hwmods = "mailbox";
[all …]
Dam3517.dtsi21 ti,hwmods = "am35x_otg_hs";
30 ti,hwmods = "davinci_emac";
45 ti,hwmods = "davinci_mdio";
55 ti,hwmods = "uart4";
Ddra74x.dtsi57 ti,hwmods = "usb_otg_ss4";
Domap4460.dtsi35 ti,hwmods = "debugss";
Domap36xx.dtsi40 ti,hwmods = "uart4";
Dam335x-nano.dts244 ti,hwmods = "gpmc";
/linux-4.1.27/arch/arm/mach-omap2/
Domap_device.c127 struct omap_hwmod **hwmods; in omap_device_build_from_dt() local
141 hwmods = kzalloc(sizeof(struct omap_hwmod *) * oh_cnt, GFP_KERNEL); in omap_device_build_from_dt()
142 if (!hwmods) { in omap_device_build_from_dt()
156 hwmods[i] = oh; in omap_device_build_from_dt()
161 od = omap_device_alloc(pdev, hwmods, oh_cnt); in omap_device_build_from_dt()
185 kfree(hwmods); in omap_device_build_from_dt()
230 omap_hwmod_enable(od->hwmods[i]); in _omap_device_enable_hwmods()
247 omap_hwmod_idle(od->hwmods[i]); in _omap_device_idle_hwmods()
278 ret = omap_hwmod_get_context_loss_count(od->hwmods[0]); in omap_device_get_context_loss_count()
300 c += omap_hwmod_count_resources(od->hwmods[i], flags); in omap_device_count_resources()
[all …]
Domap_device.h60 struct omap_hwmod **hwmods; member
Dserial.c92 omap_hwmod_enable_wakeup(od->hwmods[0]); in omap_uart_enable_wakeup()
94 omap_hwmod_disable_wakeup(od->hwmods[0]); in omap_uart_enable_wakeup()
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/
Dmpu.txt11 - ti,hwmods: "mpu"
22 ti,hwmods = "mpu"
29 ti,hwmods = "mpu";
37 ti,hwmods = "mpu";
Ddsp.txt7 - ti,hwmods: "dsp"
13 ti,hwmods = "dsp";
Dcounter.txt6 - ti,hwmods: Name of the hwmod associated to the counter, which is typically
14 ti,hwmods = "counter_32k";
Diva.txt12 - ti,hwmods: "iva"
18 ti,hwmods = "iva";
Dl3-noc.txt13 - ti,hwmods: "l3_main_1", ... One hwmod for each noc domain.
22 ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
Ddmm.txt14 - ti,hwmods: Name of the hwmod associated to DMM, which is typically "dmm"
21 ti,hwmods = "dmm";
Domap.txt6 capabilities and to allow binding with one or several hwmods.
7 The hwmods will contain all the information to build the device:
17 - ti,hwmods: list of hwmod names (ascii strings), that comes from the OMAP
32 ti,hwmods = "spinlock";
Dtimer.txt23 - ti,hwmods: Name of the hwmod associated to the timer, "timer<X>",
41 ti,hwmods = "timer12"
/linux-4.1.27/Documentation/devicetree/bindings/video/
Dti,omap2-dss.txt13 - ti,hwmods: "dss_core"
28 - ti,hwmods: "dss_dispc"
38 - ti,hwmods: "dss_rfbi"
47 - ti,hwmods: "dss_venc"
Dti,omap3-dss.txt13 - ti,hwmods: "dss_core"
35 - ti,hwmods: "dss_dispc"
47 - ti,hwmods: "dss_rfbi"
58 - ti,hwmods: "dss_venc"
76 - ti,hwmods: "dss_dsi1"
Dti,omap4-dss.txt13 - ti,hwmods: "dss_core"
34 - ti,hwmods: "dss_dispc"
46 - ti,hwmods: "dss_rfbi"
61 - ti,hwmods: "dss_venc"
82 - ti,hwmods: "dss_dsi1" or "dss_dsi2"
105 - ti,hwmods: "dss_hdmi"
Dti,omap5-dss.txt13 - ti,hwmods: "dss_core"
34 - ti,hwmods: "dss_dispc"
46 - ti,hwmods: "dss_rfbi"
63 - ti,hwmods: "dss_dsi1" or "dss_dsi2"
86 - ti,hwmods: "dss_hdmi"
Dti,dra7-dss.txt13 - ti,hwmods: "dss_core"
45 - ti,hwmods: "dss_dispc"
59 - ti,hwmods: "dss_hdmi"
Dti,omap-dss.txt52 ti,hwmods = "dss_core";
63 ti,hwmods = "dss_dispc";
77 ti,hwmods = "dss_hdmi";
/linux-4.1.27/Documentation/devicetree/bindings/net/
Ddavinci-mdio.txt11 - ti,hwmods : Must be "davinci_mdio"
13 Note: "ti,hwmods" field is used to fetch the base address and irq
31 ti,hwmods = "davinci_mdio";
Dcpsw.txt24 - ti,hwmods : Must be "cpgmac0"
39 Note: "ti,hwmods" field is used to fetch the base address and irq
80 ti,hwmods = "cpgmac0";
Dgpmc-eth.txt52 ti,hwmods = "gpmc";
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dti-omap.txt14 - ti,hwmods: For 2420, must be "msdi<n>", where n is controller
21 ti,hwmods = "msdi1";
41 - ti,hwmods: For 2420, must be "msdi<n>", where n is controller
48 ti,hwmods = "msdi1";
Dti-omap-hsmmc.txt16 - ti,hwmods: Must be "mmc<n>", n is controller instance starting 1
39 ti,hwmods = "mmc1";
51 ti,hwmods = "mmc1";
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Dti-edma.txt14 - ti,hwmods: Name of the hwmods associated to the EDMA
31 ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2";
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/
Domap-wdt.txt7 - ti,hwmods: Name of the hwmod associated to the WDT
13 ti,hwmods = "wd_timer2";
/linux-4.1.27/Documentation/devicetree/bindings/w1/
Domap-hdq.txt7 - ti,hwmods : "hdq1w"
16 ti,hwmods = "hdq1w";
/linux-4.1.27/Documentation/devicetree/bindings/spi/
Domap-spi.txt8 - ti,hwmods: Name of the hwmod associated to the McSPI
30 ti,hwmods = "mcspi1";
40 ti,hwmods = "mcspi1";
Dti_qspi.txt12 - ti,hwmods: Name of the hwmod associated to the QSPI
27 ti,hwmods = "qspi";
/linux-4.1.27/Documentation/devicetree/bindings/net/can/
Dc_can.txt15 - ti,hwmods : Must be "d_can<n>" or "c_can<n>", n being the
21 Note: "ti,hwmods" field is used to fetch the base address and irq
43 ti,hwmods = "d_can1";
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Domap-mcpdm.txt10 - ti,hwmods: Name of the hwmod associated to the McPDM
20 ti,hwmods = "mcpdm";
Domap-dmic.txt10 - ti,hwmods: Name of the hwmod associated with OMAP dmic IP
20 ti,hwmods = "dmic";
Domap-mcbsp.txt20 - ti,hwmods: Name of the hwmod associated to the McBSP port
36 ti,hwmods = "mcbsp2";
Ddavinci-mcasp-audio.txt30 - ti,hwmods : Must be "mcasp<n>", n is controller instance starting 0
/linux-4.1.27/Documentation/devicetree/bindings/hwrng/
Domap_rng.txt10 - ti,hwmods: Name of the hwmod associated with the RNG module
19 ti,hwmods = "rng";
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Domap-usb.txt5 - ti,hwmods : must be "usb_otg_hs"
30 ti,hwmods = "usb_otg_hs";
50 - ti,hwmods : Should be "usb_otg_ss"
72 ti,hwmods = "usb_otg_ss";
Dam33xx-usb.txt5 - ti,hwmods : must be "usb_otg_hs"
84 ti,hwmods = "usb_otg_hs";
/linux-4.1.27/Documentation/devicetree/bindings/bus/
Domap-ocp2scp.txt9 - ti,hwmods : must be "ocp2scp_usb_phy"
20 ti,hwmods = "ocp2scp_usb_phy";
Dti-gpmc.txt17 - ti,hwmods: Should be set to "ti,gpmc" until the DT transition is
119 ti,hwmods = "gpmc";
/linux-4.1.27/Documentation/devicetree/bindings/drm/tilcdc/
Dtilcdc.txt11 - ti,hwmods: Name of the hwmod associated to the LCDC
28 ti,hwmods = "lcdc";
/linux-4.1.27/Documentation/devicetree/bindings/iommu/
Dti,omap-iommu.txt8 - ti,hwmods : Name of the hwmod associated with the IOMMU instance
24 ti,hwmods = "mmu_isp";
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Di2c-omap.txt6 - ti,hwmods : Must be "i2c<n>", n being the instance number (1-based)
29 ti,hwmods = "i2c1";
/linux-4.1.27/Documentation/devicetree/bindings/pwm/
Dpwm-tiehrpwm.txt13 - ti,hwmods: Name of the hwmod associated to the EHRPWM:
22 ti,hwmods = "ehrpwm0";
Dpwm-tiecap.txt13 - ti,hwmods: Name of the hwmod associated to the ECAP:
22 ti,hwmods = "ecap0";
Dpwm-tipwmss.txt22 ti,hwmods = "epwmss0";
/linux-4.1.27/Documentation/devicetree/bindings/crypto/
Domap-sham.txt10 - ti,hwmods: Name of the hwmod associated with the SHAM module
23 ti,hwmods = "sham";
Domap-aes.txt12 - ti,hwmods: Name of the hwmod associated with the AES module
25 ti,hwmods = "aes";
Domap-des.txt6 - ti,hwmods: Name of the hwmod associated with the DES module
23 ti,hwmods = "des";
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ti/
Demif.txt19 - ti,hwmods : For TI hwmods processing and omap device creation
48 ti,hwmods = "emif2";
/linux-4.1.27/Documentation/devicetree/bindings/serial/
Domap_serial.txt12 - ti,hwmods : Must be "uart<n>", n being the instance number (1-based)
28 ti,hwmods = "uart4";
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-omap.txt23 - ti,hwmods: Name of the hwmod associated to the GPIO:
34 ti,hwmods = "gpio4";
/linux-4.1.27/Documentation/devicetree/bindings/pci/
Dti-pci.txt13 - ti,hwmods : Name of the hwmod associated to the pcie, "pcie<X>",
45 ti,hwmods = "pcie1";
/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Delm.txt9 - ti,hwmods: Name of the hwmod associated to the elm
Dgpmc-onenand.txt29 ti,hwmods = "gpmc";
Dgpmc-nor.txt41 ti,hwmods = "gpmc";
Dgpmc-nand.txt57 ti,hwmods = "gpmc";
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Domap-usb-tll.txt26 ti,hwmods = "usb_tll_hs";
Domap-usb-host.txt7 - ti,hwmods: must contain "usb_host_hs"
75 ti,hwmods = "usb_host_hs";
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/
Ddra7-atl.txt37 - ti,hwmods : Shall be set to "atl"
79 ti,hwmods = "atl";
/linux-4.1.27/Documentation/devicetree/bindings/mailbox/
Domap-mailbox.txt45 - ti,hwmods: Name of the hwmod associated with the mailbox
98 ti,hwmods = "mailbox";
123 ti,hwmods = "mailbox";
/linux-4.1.27/Documentation/devicetree/bindings/hsi/
Domap-ssi.txt47 ti,hwmods = "ssi";