Home
last modified time | relevance | path

Searched refs:enwkup_shift (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Domap_hwmod_common_data.c34 .enwkup_shift = SYSC_TYPE1_ENAWAKEUP_SHIFT,
73 .enwkup_shift = 26,
H A Domap_hwmod.c614 *v |= 0x1 << oh->class->sysc->sysc_fields->enwkup_shift; in _enable_wakeup()
3138 regbits->enwkup_shift, in omap_hwmod_check_sysc()
3139 sysc_fields->enwkup_shift); in omap_hwmod_check_sysc()
3282 if (data->cap->regbits->enwkup_shift >= 0) in omap_hwmod_init_sysc_flags()
/OK3568_Linux_fs/kernel/drivers/bus/
H A Dti-sysc.c1124 if (regbits->enwkup_shift >= 0 && in sysc_enable_module()
1125 ddata->cfg.sysc_val & BIT(regbits->enwkup_shift)) in sysc_enable_module()
1126 reg |= BIT(regbits->enwkup_shift); in sysc_enable_module()
2641 .enwkup_shift = 2,
2673 .enwkup_shift = -ENODEV,
2694 .enwkup_shift = -ENODEV,
2714 .enwkup_shift = -ENODEV,
2742 .enwkup_shift = -ENODEV,
2761 .enwkup_shift = -ENODEV,
2783 .enwkup_shift = 26,
[all …]
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dti-sysc.h46 s8 enwkup_shift; member