Searched refs:enwkup_shift (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/arm/mach-omap2/ |
D | omap_hwmod_common_data.c | 34 .enwkup_shift = SYSC_TYPE1_ENAWAKEUP_SHIFT, 73 .enwkup_shift = 26,
|
D | omap_hwmod.c | 614 *v |= 0x1 << oh->class->sysc->sysc_fields->enwkup_shift; in _enable_wakeup() 3142 regbits->enwkup_shift, in omap_hwmod_check_sysc() 3143 sysc_fields->enwkup_shift); in omap_hwmod_check_sysc() 3286 if (data->cap->regbits->enwkup_shift >= 0) in omap_hwmod_init_sysc_flags()
|
/linux-6.1.9/drivers/bus/ |
D | ti-sysc.c | 1130 if (regbits->enwkup_shift >= 0 && in sysc_enable_module() 1131 ddata->cfg.sysc_val & BIT(regbits->enwkup_shift)) in sysc_enable_module() 1132 reg |= BIT(regbits->enwkup_shift); in sysc_enable_module() 2724 .enwkup_shift = 2, 2756 .enwkup_shift = -ENODEV, 2777 .enwkup_shift = -ENODEV, 2797 .enwkup_shift = -ENODEV, 2825 .enwkup_shift = -ENODEV, 2844 .enwkup_shift = -ENODEV, 2866 .enwkup_shift = 26, [all …]
|
/linux-6.1.9/include/linux/platform_data/ |
D | ti-sysc.h | 46 s8 enwkup_shift; member
|