Searched refs:omap_hwmod_read (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | i2c.c | 83 v = omap_hwmod_read(oh, i2c_con); omap_i2c_reset() 91 v = omap_hwmod_read(oh, i2c_con); omap_i2c_reset() 96 omap_test_timeout((omap_hwmod_read(oh, omap_i2c_reset()
|
H A D | display.c | 442 v = omap_hwmod_read(oh, DISPC_CONTROL); dispc_disable_outputs() 448 v = omap_hwmod_read(oh, DISPC_CONTROL2); dispc_disable_outputs() 454 v = omap_hwmod_read(oh, DISPC_CONTROL3); dispc_disable_outputs() 489 v = omap_hwmod_read(oh, DISPC_CONTROL); dispc_disable_outputs() 495 v = omap_hwmod_read(oh, DISPC_CONTROL2); dispc_disable_outputs() 502 v = omap_hwmod_read(oh, DISPC_CONTROL3); dispc_disable_outputs() 508 while ((omap_hwmod_read(oh, DISPC_IRQSTATUS) & irq_mask) != dispc_disable_outputs() 548 omap_test_timeout((omap_hwmod_read(oh, oh->class->sysc->syss_offs) omap_dss_reset()
|
H A D | hdq1w.c | 59 v = omap_hwmod_read(oh, HDQ_CTRL_STATUS_OFFSET); omap_hdq1w_reset() 64 omap_test_timeout((omap_hwmod_read(oh, omap_hdq1w_reset()
|
H A D | msdi.c | 74 omap_test_timeout((omap_hwmod_read(oh, oh->class->sysc->syss_offs) omap_msdi_reset()
|
H A D | wd_timer.c | 87 omap_test_timeout((omap_hwmod_read(oh, omap2_wd_timer_reset()
|
H A D | omap_hwmod.c | 275 oh->_sysc_cache = omap_hwmod_read(oh, oh->class->sysc->sysc_offs); _update_sysc_cache() 483 omap_test_timeout((omap_hwmod_read(oh, sysc->syss_offs) _wait_softreset_complete() 488 omap_test_timeout(!(omap_hwmod_read(oh, sysc->sysc_offs) _wait_softreset_complete() 3103 u32 omap_hwmod_read(struct omap_hwmod *oh, u16 reg_offs) omap_hwmod_read() function
|
H A D | omap_hwmod.h | 715 u32 omap_hwmod_read(struct omap_hwmod *oh, u16 reg_offs);
|
Completed in 366 milliseconds