Home
last modified time | relevance | path

Searched refs:srst_udelay (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dwd_timer.c88 if (oh->class->sysc->srst_udelay) in omap2_wd_timer_reset()
89 udelay(oh->class->sysc->srst_udelay); in omap2_wd_timer_reset()
H A Domap_hwmod.c1722 if (oh->class->sysc->srst_udelay) in _ocp_softreset()
1723 udelay(oh->class->sysc->srst_udelay); in _ocp_softreset()
3388 if (data->cfg->srst_udelay != oh->class->sysc->srst_udelay) in omap_hwmod_check_module()
3390 data->cfg->srst_udelay, in omap_hwmod_check_module()
3391 oh->class->sysc->srst_udelay); in omap_hwmod_check_module()
3434 sysc->srst_udelay = data->cfg->srst_udelay; in omap_hwmod_allocate_module()
H A Domap_hwmod.h321 u8 srst_udelay; member
H A Domap_hwmod_44xx_data.c408 .srst_udelay = 2,
H A Domap_hwmod_81xx_data.c626 .srst_udelay = 2,
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dti-sysc.h113 u8 srst_udelay; member
/OK3568_Linux_fs/kernel/drivers/bus/
H A Dti-sysc.c2083 if (ddata->cfg.srst_udelay) in sysc_reset()
2084 usleep_range(ddata->cfg.srst_udelay, in sysc_reset()
2085 ddata->cfg.srst_udelay * 2); in sysc_reset()
2613 ddata->cfg.srst_udelay = (u8)val; in sysc_init_dts_quirks()