Home
last modified time | relevance | path

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

/linux-6.15/arch/arm/mach-omap2/
H A Domap_hwmod_common_data.c34 .enwkup_shift = SYSC_TYPE1_ENAWAKEUP_SHIFT,
73 .enwkup_shift = 26,
H A Domap_hwmod.c614 *v |= 0x1 << oh->class->sysc->sysc_fields->enwkup_shift; in _enable_wakeup()
3108 regbits->enwkup_shift, in omap_hwmod_check_sysc()
3109 sysc_fields->enwkup_shift); in omap_hwmod_check_sysc()
3252 if (data->cap->regbits->enwkup_shift >= 0) in omap_hwmod_init_sysc_flags()
/linux-6.15/drivers/bus/
H A Dti-sysc.c1113 if (regbits->enwkup_shift >= 0 && in sysc_enable_module()
2632 .enwkup_shift = 2,
2664 .enwkup_shift = -ENODEV,
2685 .enwkup_shift = -ENODEV,
2705 .enwkup_shift = -ENODEV,
2733 .enwkup_shift = -ENODEV,
2752 .enwkup_shift = -ENODEV,
2773 .enwkup_shift = 26,
2799 .enwkup_shift = -ENODEV,
2828 .enwkup_shift = 26,
[all …]
/linux-6.15/include/linux/platform_data/
H A Dti-sysc.h46 s8 enwkup_shift; member