Searched refs:rbias_per (Results 1 - 1 of 1) sorted by relevance

/openwrt/target/linux/ar71xx/files/arch/mips/ath79/
H A Dmach-mr18.c112 unsigned int otp_value, otp_per_val, rbias_per, read_data; local
152 rbias_per = otp_per_val * 15;
155 res_cal_val = (rbias_per + 34) / 21;
156 else if (rbias_per > 34)
157 res_cal_val = -((rbias_per - 34) / 21);
159 res_cal_val = (34 - rbias_per) / 21;

Completed in 55 milliseconds