Lines Matching refs:tc_exp
104 __u8 tc_exp;111 tc_exp = (newval >> CKCTL_TCDIV_OFFSET) & 3;118 if (tc_exp < arm_exp)119 tc_exp = arm_exp;120 if (tc_exp < dspmmu_exp)121 tc_exp = dspmmu_exp;122 if (tc_exp > lcd_exp)123 lcd_exp = tc_exp;124 if (tc_exp > per_exp)125 per_exp = tc_exp;132 newval |= tc_exp << CKCTL_TCDIV_OFFSET;