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

/openwrt/target/linux/ar71xx/files/arch/mips/ath79/
H A Dmach-mr18.c115 int res_cal_val; local
155 res_cal_val = (rbias_per + 34) / 21;
157 res_cal_val = -((rbias_per - 34) / 21);
159 res_cal_val = (34 - rbias_per) / 21;
161 sgmii_res_cal_value = (8 + res_cal_val) & 0xf;

Completed in 72 milliseconds