Lines Matching refs:tc_exp
98 __u8 tc_exp;105 tc_exp = (newval >> CKCTL_TCDIV_OFFSET) & 3;112 if (tc_exp < arm_exp)113 tc_exp = arm_exp;114 if (tc_exp < dspmmu_exp)115 tc_exp = dspmmu_exp;116 if (tc_exp > lcd_exp)117 lcd_exp = tc_exp;118 if (tc_exp > per_exp)119 per_exp = tc_exp;126 newval |= tc_exp << CKCTL_TCDIV_OFFSET;