Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-omap2/
Dwd_timer.c92 if (oh->class->sysc->srst_udelay) in omap2_wd_timer_reset()
93 udelay(oh->class->sysc->srst_udelay); in omap2_wd_timer_reset()
Domap_hwmod.c1718 if (oh->class->sysc->srst_udelay) in _ocp_softreset()
1719 udelay(oh->class->sysc->srst_udelay); in _ocp_softreset()
3381 if (data->cfg->srst_udelay != oh->class->sysc->srst_udelay) in omap_hwmod_check_module()
3383 data->cfg->srst_udelay, in omap_hwmod_check_module()
3384 oh->class->sysc->srst_udelay); in omap_hwmod_check_module()
3423 sysc->srst_udelay = data->cfg->srst_udelay; in omap_hwmod_allocate_module()
Domap_hwmod.h325 u8 srst_udelay; member
Domap_hwmod_81xx_data.c582 .srst_udelay = 2,
Domap_hwmod_44xx_data.c1030 .srst_udelay = 2,
1493 .srst_udelay = 2,
/Linux-v4.19/include/linux/platform_data/
Dti-sysc.h89 u8 srst_udelay; member
/Linux-v4.19/drivers/bus/
Dti-sysc.c1373 ddata->cfg.srst_udelay = (u8)val; in sysc_init_dts_quirks()