Home
last modified time | relevance | path

Searched refs:omap_hwmod (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/linux/arch/arm/mach-omap2/
H A Domap_hwmod_common_data.h19 extern struct omap_hwmod omap2xxx_l3_main_hwmod;
20 extern struct omap_hwmod omap2xxx_l4_core_hwmod;
21 extern struct omap_hwmod omap2xxx_l4_wkup_hwmod;
22 extern struct omap_hwmod omap2xxx_mpu_hwmod;
23 extern struct omap_hwmod omap2xxx_timer3_hwmod;
24 extern struct omap_hwmod omap2xxx_timer4_hwmod;
25 extern struct omap_hwmod omap2xxx_timer5_hwmod;
26 extern struct omap_hwmod omap2xxx_timer6_hwmod;
34 extern struct omap_hwmod omap2xxx_uart1_hwmod;
48 extern struct omap_hwmod omap2xxx_rng_hwmod;
[all …]
H A Domap_hwmod_2xxx_ipblock_data.c186 struct omap_hwmod omap2xxx_mpu_hwmod = {
193 struct omap_hwmod omap2xxx_timer3_hwmod = {
208 struct omap_hwmod omap2xxx_timer4_hwmod = {
223 struct omap_hwmod omap2xxx_timer5_hwmod = {
358 struct omap_hwmod omap2xxx_uart1_hwmod = {
374 struct omap_hwmod omap2xxx_uart2_hwmod = {
390 struct omap_hwmod omap2xxx_uart3_hwmod = {
563 struct omap_hwmod omap2xxx_gpmc_hwmod = {
592 struct omap_hwmod omap2xxx_rng_hwmod = {
628 struct omap_hwmod omap2xxx_sham_hwmod = {
[all …]
H A Domap_hwmod.h240 struct omap_hwmod *master;
241 struct omap_hwmod *slave;
527 int (*reset)(struct omap_hwmod *oh);
528 void (*lock)(struct omap_hwmod *oh);
529 void (*unlock)(struct omap_hwmod *oh);
575 struct omap_hwmod { struct
607 struct omap_hwmod *parent_hwmod; argument
629 int omap_hwmod_enable(struct omap_hwmod *oh);
630 int omap_hwmod_idle(struct omap_hwmod *oh);
631 int omap_hwmod_shutdown(struct omap_hwmod *oh);
[all …]
H A Domap_hwmod_81xx_data.c127 static struct omap_hwmod dm81xx_l4_ls_hwmod = {
139 static struct omap_hwmod dm81xx_l4_hs_hwmod = {
161 static struct omap_hwmod dm814x_mpu_hwmod = {
188 static struct omap_hwmod dm816x_mpu_hwmod = {
230 static struct omap_hwmod ti81xx_rtc_hwmod = {
269 static struct omap_hwmod dm81xx_uart1_hwmod = {
290 static struct omap_hwmod dm81xx_uart2_hwmod = {
386 static struct omap_hwmod dm81xx_i2c1_hwmod = {
406 static struct omap_hwmod dm81xx_i2c2_hwmod = {
442 static struct omap_hwmod dm81xx_elm_hwmod = {
[all …]
H A Domap_hwmod.c255 static struct omap_hwmod *mpu_oh;
657 static int _add_initiator_dep(struct omap_hwmod *oh, struct omap_hwmod *init_oh) in _add_initiator_dep()
686 static int _del_initiator_dep(struct omap_hwmod *oh, struct omap_hwmod *init_oh) in _del_initiator_dep()
2081 struct omap_hwmod *oh) in of_dev_find_hwmod()
2946 struct omap_hwmod *oh; in omap_hwmod_lookup()
2971 struct omap_hwmod *temp_oh; in omap_hwmod_for_each()
3055 struct omap_hwmod *oh; in omap_hwmod_setup_one()
3326 struct omap_hwmod *oh, in omap_hwmod_check_module()
3516 struct omap_hwmod *oh; in omap_hwmod_init_module()
3611 struct omap_hwmod *oh; in omap_hwmod_setup_earlycon_flags()
[all …]
H A Domap_hwmod_3xxx_data.c48 static struct omap_hwmod omap3xxx_l3_main_hwmod = {
55 static struct omap_hwmod omap3xxx_l4_core_hwmod = {
62 static struct omap_hwmod omap3xxx_l4_per_hwmod = {
69 static struct omap_hwmod omap3xxx_l4_wkup_hwmod = {
76 static struct omap_hwmod omap3xxx_l4_sec_hwmod = {
84 static struct omap_hwmod omap3xxx_mpu_hwmod = {
97 static struct omap_hwmod omap3xxx_iva_hwmod = {
1082 static struct omap_hwmod omap34xx_mcspi1 = {
1096 static struct omap_hwmod omap34xx_mcspi2 = {
1110 static struct omap_hwmod omap34xx_mcspi3 = {
[all …]
H A Domap_hwmod_2430_data.c45 static struct omap_hwmod omap2430_iva_hwmod = {
71 static struct omap_hwmod omap2430_i2c1_hwmod = {
94 static struct omap_hwmod omap2430_i2c2_hwmod = {
109 static struct omap_hwmod omap2430_gpio5_hwmod = {
124 static struct omap_hwmod omap2430_mailbox_hwmod = {
138 static struct omap_hwmod omap2430_mcspi3_hwmod = {
213 static struct omap_hwmod omap2430_mcbsp1_hwmod = {
229 static struct omap_hwmod omap2430_mcbsp2_hwmod = {
318 static struct omap_hwmod omap2430_mmc1_hwmod = {
340 static struct omap_hwmod omap2430_mmc2_hwmod = {
[all …]
H A Domap_hwmod_2420_data.c49 static struct omap_hwmod omap2420_iva_hwmod = {
68 static struct omap_hwmod omap2420_dsp_hwmod = {
93 static struct omap_hwmod omap2420_i2c1_hwmod = {
113 static struct omap_hwmod omap2420_i2c2_hwmod = {
128 static struct omap_hwmod omap2420_mailbox_hwmod = {
156 static struct omap_hwmod omap2420_mcbsp1_hwmod = {
172 static struct omap_hwmod omap2420_mcbsp2_hwmod = {
202 static struct omap_hwmod omap2420_msdi1_hwmod = {
217 static struct omap_hwmod omap2420_hdq1w_hwmod = {
H A Dmmc.h9 struct omap_hwmod;
12 int omap_msdi_reset(struct omap_hwmod *oh);
14 static inline int omap_msdi_reset(struct omap_hwmod *oh) in omap_msdi_reset()
H A Di2c.h11 struct omap_hwmod;
13 int omap_i2c_reset(struct omap_hwmod *oh);
H A Dwd_timer.h11 extern int omap2_wd_timer_disable(struct omap_hwmod *oh);
12 extern int omap2_wd_timer_reset(struct omap_hwmod *oh);
H A Domap_device.c43 struct omap_hwmod **ohs, int oh_cnt);
112 struct omap_hwmod *oh) in _add_hwmod_clocks_clkdev()
133 struct omap_hwmod **hwmods; in omap_device_build_from_dt()
135 struct omap_hwmod *oh; in omap_device_build_from_dt()
159 hwmods = kcalloc(oh_cnt, sizeof(struct omap_hwmod *), GFP_KERNEL); in omap_device_build_from_dt()
305 struct omap_hwmod **ohs, int oh_cnt) in omap_device_alloc()
310 struct omap_hwmod **hwmods; in omap_device_alloc()
318 hwmods = kmemdup(ohs, sizeof(struct omap_hwmod *) * oh_cnt, GFP_KERNEL); in omap_device_alloc()
H A Dwd_timer.c31 int omap2_wd_timer_disable(struct omap_hwmod *oh) in omap2_wd_timer_disable()
75 int omap2_wd_timer_reset(struct omap_hwmod *oh) in omap2_wd_timer_reset()
H A Dclockdomain.h97 struct omap_hwmod;
212 int clkdm_hwmod_enable(struct clockdomain *clkdm, struct omap_hwmod *oh);
213 int clkdm_hwmod_disable(struct clockdomain *clkdm, struct omap_hwmod *oh);
H A Dhdq1w.h21 extern int omap_hdq1w_reset(struct omap_hwmod *oh);
H A Dsr_device.c152 static int __init sr_dev_init(struct omap_hwmod *oh, void *user) in sr_dev_init()
166 static int __init sr_dev_init(struct omap_hwmod *oh, void *user) in sr_dev_init()
H A Dcommon.h331 struct omap_hwmod;
332 extern int omap_dss_reset(struct omap_hwmod *);
H A Dhdq1w.c37 int omap_hdq1w_reset(struct omap_hwmod *oh) in omap_hdq1w_reset()
H A Domap_device.h54 struct omap_hwmod **hwmods;
H A Dmsdi.c45 int omap_msdi_reset(struct omap_hwmod *oh) in omap_msdi_reset()
H A Di2c.c36 int omap_i2c_reset(struct omap_hwmod *oh) in omap_i2c_reset()
H A Ddisplay.c278 struct omap_hwmod *oh; in dispc_disable_outputs()
371 int omap_dss_reset(struct omap_hwmod *oh) in omap_dss_reset()
H A Dclockdomain.c1213 int clkdm_hwmod_enable(struct clockdomain *clkdm, struct omap_hwmod *oh) in clkdm_hwmod_enable()
1244 int clkdm_hwmod_disable(struct clockdomain *clkdm, struct omap_hwmod *oh) in clkdm_hwmod_disable()
H A DMakefile10 hwmod-common = omap_hwmod.o \
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs-ignores-common.txt36 omap_hwmod: debugss: _wait_target_disable failed

12