Home
last modified time | relevance | path

Searched refs:enwkup_shift (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/arm/mach-omap2/
Domap_hwmod_common_data.c34 .enwkup_shift = SYSC_TYPE1_ENAWAKEUP_SHIFT,
73 .enwkup_shift = 26,
Domap_hwmod.c614 *v |= 0x1 << oh->class->sysc->sysc_fields->enwkup_shift; in _enable_wakeup()
647 *v &= ~(0x1 << oh->class->sysc->sysc_fields->enwkup_shift); in _disable_wakeup()
3187 regbits->enwkup_shift, in omap_hwmod_check_sysc()
3188 sysc_fields->enwkup_shift); in omap_hwmod_check_sysc()
3326 if (data->cap->regbits->enwkup_shift >= 0) in omap_hwmod_init_sysc_flags()
/Linux-v5.4/drivers/bus/
Dti-sysc.c899 if (regbits->enwkup_shift >= 0 && in sysc_enable_module()
900 ddata->cfg.sysc_val & BIT(regbits->enwkup_shift)) in sysc_enable_module()
901 reg |= BIT(regbits->enwkup_shift); in sysc_enable_module()
2094 .enwkup_shift = 2,
2126 .enwkup_shift = -ENODEV,
2147 .enwkup_shift = -ENODEV,
2167 .enwkup_shift = -ENODEV,
2195 .enwkup_shift = -ENODEV,
2214 .enwkup_shift = -ENODEV,
2236 .enwkup_shift = 26,
[all …]
/Linux-v5.4/include/linux/platform_data/
Dti-sysc.h45 s8 enwkup_shift; member