Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/mach-omap2/
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()
A Domap_hwmod.c1725 if (oh->class->sysc->srst_udelay) in _ocp_softreset()
1726 udelay(oh->class->sysc->srst_udelay); in _ocp_softreset()
3394 if (data->cfg->srst_udelay != oh->class->sysc->srst_udelay) in omap_hwmod_check_module()
3396 data->cfg->srst_udelay, in omap_hwmod_check_module()
3397 oh->class->sysc->srst_udelay); in omap_hwmod_check_module()
3440 sysc->srst_udelay = data->cfg->srst_udelay; in omap_hwmod_allocate_module()
A Domap_hwmod.h321 u8 srst_udelay; member
A Domap_hwmod_81xx_data.c617 .srst_udelay = 2,
/linux-6.3-rc2/include/linux/platform_data/
A Dti-sysc.h115 u8 srst_udelay; member
/linux-6.3-rc2/drivers/bus/
A Dti-sysc.c2170 if (ddata->cfg.srst_udelay) in sysc_reset()
2171 usleep_range(ddata->cfg.srst_udelay, in sysc_reset()
2172 ddata->cfg.srst_udelay * 2); in sysc_reset()
2702 ddata->cfg.srst_udelay = (u8)val; in sysc_init_dts_quirks()

Completed in 18 milliseconds