Lines Matching refs:use_idlect1
112 __u32 use_idlect1 = arm_idlect1_mask;
117 use_idlect1 = use_idlect1 & ~(1 << 9);
121 use_idlect1 = omap_dm_timer_modify_idlect_mask(use_idlect1);
125 use_idlect1 &= ~(1 << 6);
132 if ((use_idlect1 != ~0) || !enable_dyn_sleep) {
136 use_idlect1 &= OMAP1510_BIG_SLEEP_REQUEST;
138 use_idlect1 &= OMAP1610_IDLECT1_SLEEP_VAL;
139 omap_writel(use_idlect1, ARM_IDLECT1);