Searched refs:enwkup_shift (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/arm/mach-omap2/ |
A D | omap_hwmod_common_data.c | 34 .enwkup_shift = SYSC_TYPE1_ENAWAKEUP_SHIFT, 73 .enwkup_shift = 26,
|
A D | omap_hwmod.c | 614 *v |= 0x1 << oh->class->sysc->sysc_fields->enwkup_shift; in _enable_wakeup() 3144 regbits->enwkup_shift, in omap_hwmod_check_sysc() 3145 sysc_fields->enwkup_shift); in omap_hwmod_check_sysc() 3288 if (data->cap->regbits->enwkup_shift >= 0) in omap_hwmod_init_sysc_flags()
|
/linux-6.3-rc2/drivers/bus/ |
A D | ti-sysc.c | 1130 if (regbits->enwkup_shift >= 0 && in sysc_enable_module() 2730 .enwkup_shift = 2, 2762 .enwkup_shift = -ENODEV, 2783 .enwkup_shift = -ENODEV, 2803 .enwkup_shift = -ENODEV, 2831 .enwkup_shift = -ENODEV, 2850 .enwkup_shift = -ENODEV, 2872 .enwkup_shift = 26, 2899 .enwkup_shift = -ENODEV, 2928 .enwkup_shift = 26, [all …]
|
/linux-6.3-rc2/include/linux/platform_data/ |
A D | ti-sysc.h | 46 s8 enwkup_shift; member
|
Completed in 20 milliseconds