Searched refs:enwkup_shift (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/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() 3140 regbits->enwkup_shift, in omap_hwmod_check_sysc() 3141 sysc_fields->enwkup_shift); in omap_hwmod_check_sysc() 3284 if (data->cap->regbits->enwkup_shift >= 0) in omap_hwmod_init_sysc_flags()
|
/Linux-v5.15/drivers/bus/ |
D | ti-sysc.c | 1079 if (regbits->enwkup_shift >= 0 && in sysc_enable_module() 1080 ddata->cfg.sysc_val & BIT(regbits->enwkup_shift)) in sysc_enable_module() 1081 reg |= BIT(regbits->enwkup_shift); in sysc_enable_module() 2533 .enwkup_shift = 2, 2565 .enwkup_shift = -ENODEV, 2586 .enwkup_shift = -ENODEV, 2606 .enwkup_shift = -ENODEV, 2634 .enwkup_shift = -ENODEV, 2653 .enwkup_shift = -ENODEV, 2675 .enwkup_shift = 26, [all …]
|
/Linux-v5.15/include/linux/platform_data/ |
D | ti-sysc.h | 46 s8 enwkup_shift; member
|