Searched refs:enwkup_shift (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/arm/mach-omap2/ |
D | omap_hwmod_common_data.c | 37 .enwkup_shift = SYSC_TYPE1_ENAWAKEUP_SHIFT, 76 .enwkup_shift = 26,
|
D | omap_hwmod.c | 599 *v |= 0x1 << oh->class->sysc->sysc_fields->enwkup_shift; in _enable_wakeup() 632 *v &= ~(0x1 << oh->class->sysc->sysc_fields->enwkup_shift); in _disable_wakeup() 3137 regbits->enwkup_shift, in omap_hwmod_check_sysc() 3138 sysc_fields->enwkup_shift); in omap_hwmod_check_sysc() 3275 if (data->cap->regbits->enwkup_shift >= 0) in omap_hwmod_init_sysc_flags()
|
/Linux-v4.19/drivers/bus/ |
D | ti-sysc.c | 1398 .enwkup_shift = 2, 1430 .enwkup_shift = -ENODEV, 1451 .enwkup_shift = -ENODEV, 1471 .enwkup_shift = -ENODEV, 1499 .enwkup_shift = -ENODEV, 1518 .enwkup_shift = -ENODEV, 1540 .enwkup_shift = 26, 1567 .enwkup_shift = -ENODEV, 1586 .enwkup_shift = 26, 1603 .enwkup_shift = 4,
|
/Linux-v4.19/include/linux/platform_data/ |
D | ti-sysc.h | 42 s8 enwkup_shift; member
|