Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm/mach-omap2/
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()
Domap_hwmod.c1722 if (oh->class->sysc->srst_udelay) in _ocp_softreset()
1723 udelay(oh->class->sysc->srst_udelay); in _ocp_softreset()
3358 if (data->cfg->srst_udelay != oh->class->sysc->srst_udelay) in omap_hwmod_check_module()
3360 data->cfg->srst_udelay, in omap_hwmod_check_module()
3361 oh->class->sysc->srst_udelay); in omap_hwmod_check_module()
3404 sysc->srst_udelay = data->cfg->srst_udelay; in omap_hwmod_allocate_module()
Domap_hwmod.h321 u8 srst_udelay; member
Domap_hwmod_81xx_data.c617 .srst_udelay = 2,
/Linux-v6.6/include/linux/platform_data/
Dti-sysc.h115 u8 srst_udelay; member
/Linux-v6.6/drivers/bus/
Dti-sysc.c2165 if (ddata->cfg.srst_udelay) in sysc_reset()
2166 fsleep(ddata->cfg.srst_udelay); in sysc_reset()
2694 ddata->cfg.srst_udelay = (u8)val; in sysc_init_dts_quirks()