Lines Matching defs:oh
31 int omap2_wd_timer_disable(struct omap_hwmod *oh)
35 if (!oh) {
40 base = omap_hwmod_get_mpu_rt_va(oh);
43 oh->name, __func__);
61 * @oh: struct omap_hwmod *
75 int omap2_wd_timer_reset(struct omap_hwmod *oh)
80 omap_hwmod_softreset(oh);
83 omap_test_timeout((omap_hwmod_read(oh,
84 oh->class->sysc->syss_offs)
88 if (oh->class->sysc->srst_udelay)
89 udelay(oh->class->sysc->srst_udelay);
93 __func__, oh->name, MAX_MODULE_SOFTRESET_WAIT);
96 oh->name, c);
99 omap2_wd_timer_disable(oh);