Searched refs:omap_hwmod (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Domap_hwmod_common_data.h17 #include <plat/omap_hwmod.h>
H A Domap_hwmod_3xxx_data.c2 #include <plat/omap_hwmod.h>
20 static struct omap_hwmod omap3xxx_mpu_hwmod;
21 static struct omap_hwmod omap3xxx_iva_hwmod;
22 static struct omap_hwmod omap3xxx_l3_main_hwmod;
23 static struct omap_hwmod omap3xxx_l4_core_hwmod;
24 static struct omap_hwmod omap3xxx_l4_per_hwmod;
59 static struct omap_hwmod omap3xxx_l3_main_hwmod = {
70 static struct omap_hwmod omap3xxx_l4_wkup_hwmod;
90 static struct omap_hwmod omap3xxx_l4_core_hwmod = {
111 static struct omap_hwmod omap3xxx_l4_per_hwmo
[all...]
H A Domap_hwmod_2420_data.c2 #include <plat/omap_hwmod.h>
20 static struct omap_hwmod omap2420_mpu_hwmod;
21 static struct omap_hwmod omap2420_iva_hwmod;
22 static struct omap_hwmod omap2420_l3_main_hwmod;
23 static struct omap_hwmod omap2420_l4_core_hwmod;
50 static struct omap_hwmod omap2420_l3_main_hwmod = {
61 static struct omap_hwmod omap2420_l4_wkup_hwmod;
81 static struct omap_hwmod omap2420_l4_core_hwmod = {
102 static struct omap_hwmod omap2420_l4_wkup_hwmod = {
119 static struct omap_hwmod omap2420_mpu_hwmo
[all...]
H A Domap_hwmod_2430_data.c2 #include <plat/omap_hwmod.h>
20 static struct omap_hwmod omap2430_mpu_hwmod;
21 static struct omap_hwmod omap2430_iva_hwmod;
22 static struct omap_hwmod omap2430_l3_main_hwmod;
23 static struct omap_hwmod omap2430_l4_core_hwmod;
50 static struct omap_hwmod omap2430_l3_main_hwmod = {
61 static struct omap_hwmod omap2430_l4_wkup_hwmod;
81 static struct omap_hwmod omap2430_l4_core_hwmod = {
102 static struct omap_hwmod omap2430_l4_wkup_hwmod = {
119 static struct omap_hwmod omap2430_mpu_hwmo
[all...]
H A Domap_hwmod.c18 #include <plat/omap_hwmod.h>
34 static struct omap_hwmod *mpu_oh;
44 * @oh: struct omap_hwmod *
47 * struct omap_hwmod for later use. Returns -EINVAL if the hwmod has no
50 static int _update_sysc_cache(struct omap_hwmod *oh)
53 WARN(1, "omap_hwmod: %s: cannot read OCP_SYSCONFIG: not defined on hwmod's class\n", oh->name);
69 * @oh: struct omap_hwmod *
74 static void _write_sysconfig(u32 v, struct omap_hwmod *oh)
77 WARN(1, "omap_hwmod: %s: cannot write OCP_SYSCONFIG: not defined on hwmod's class\n", oh->name);
90 * @oh: struct omap_hwmod *
[all...]
H A Domap_hwmod_common_data.c2 * omap_hwmod common data structures
19 #include <plat/omap_hwmod.h>
54 * omap_hwmod class data
H A Dpm.c45 /* static int _init_omap_device(struct omap_hwmod *oh, void *user) */
48 struct omap_hwmod *oh;
52 if (WARN(!oh, "%s: could not find omap_hwmod for %s\n",
H A Dio.c47 #include <plat/omap_hwmod.h>
H A DMakefile9 hwmod-common = omap_hwmod.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Domap_hwmod.h2 * omap_hwmod macros, structures
148 * ADDR_MAP_ON_INIT: Map this address space during omap_hwmod init.
184 * @master: struct omap_hwmod that initiates OCP transactions on this link
185 * @slave: struct omap_hwmod that responds to OCP transactions on this link
200 * the omap_hwmod code and should not be set during initialization.
203 struct omap_hwmod *master;
204 struct omap_hwmod *slave;
339 * omap_hwmod.flags definitions
341 * HWMOD_SWSUP_SIDLE: omap_hwmod code should manually bring module in and out
343 * HWMOD_SWSUP_MSTDBY: omap_hwmod cod
446 struct omap_hwmod { struct
[all...]
H A Domap_device.h22 * omap_device differs from omap_hwmod in that it includes external
23 * (e.g., board- and system-level) integration details. omap_hwmod
37 #include <plat/omap_hwmod.h>
58 * Integrates omap_hwmod data into Linux platform_device.
67 struct omap_hwmod **hwmods;
90 struct omap_hwmod *oh, void *pdata,
96 struct omap_hwmod **oh, int oh_cnt,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Domap_device.c87 #include <plat/omap_hwmod.h>
258 struct omap_hwmod *oh;
282 * omap_hwmod information. Or if platform_device is extended to use
290 struct omap_hwmod *oh;
304 * omap_device_build - build and register an omap_device with one omap_hwmod
307 * @oh: ptr to the single omap_hwmod that backs this omap_device
321 struct omap_hwmod *oh, void *pdata,
326 struct omap_hwmod *ohs[] = { oh };
340 * @oh: ptr to the single omap_hwmod that backs this omap_device
354 struct omap_hwmod **oh
[all...]

Completed in 83 milliseconds