Searched refs:enwkup_shift (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/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() 3136 regbits->enwkup_shift, in omap_hwmod_check_sysc() 3137 sysc_fields->enwkup_shift); in omap_hwmod_check_sysc() 3280 if (data->cap->regbits->enwkup_shift >= 0) in omap_hwmod_init_sysc_flags()
|
/Linux-v5.10/drivers/bus/ |
D | ti-sysc.c | 1024 if (regbits->enwkup_shift >= 0 && in sysc_enable_module() 1025 ddata->cfg.sysc_val & BIT(regbits->enwkup_shift)) in sysc_enable_module() 1026 reg |= BIT(regbits->enwkup_shift); in sysc_enable_module() 2409 .enwkup_shift = 2, 2441 .enwkup_shift = -ENODEV, 2462 .enwkup_shift = -ENODEV, 2482 .enwkup_shift = -ENODEV, 2510 .enwkup_shift = -ENODEV, 2529 .enwkup_shift = -ENODEV, 2551 .enwkup_shift = 26, [all …]
|
/Linux-v5.10/include/linux/platform_data/ |
D | ti-sysc.h | 46 s8 enwkup_shift; member
|