Searched refs:G_fxp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_paprd.c | 430 int G_fxp, Y_intercept, order_x_by_y, M, I, L, sum_y_sqr, sum_y_quad; in create_pa_curve() local 514 G_fxp = in create_pa_curve() 519 if (G_fxp == 0) in create_pa_curve() 523 (G_fxp * (x_est[0] - x_est[3]) + in create_pa_curve() 531 x_est[i] = ((y_est[i] * 1 << scale_factor) + G_fxp) / G_fxp; in create_pa_curve() 539 G_fxp) / G_fxp; in create_pa_curve() 569 G_fxp) / G_fxp; in create_pa_curve() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_paprd.c | 430 int G_fxp, Y_intercept, order_x_by_y, M, I, L, sum_y_sqr, sum_y_quad; in create_pa_curve() local 514 G_fxp = in create_pa_curve() 519 if (G_fxp == 0) in create_pa_curve() 523 (G_fxp * (x_est[0] - x_est[3]) + in create_pa_curve() 531 x_est[i] = ((y_est[i] * 1 << scale_factor) + G_fxp) / G_fxp; in create_pa_curve() 539 G_fxp) / G_fxp; in create_pa_curve() 569 G_fxp) / G_fxp; in create_pa_curve() [all...] |
Completed in 3 milliseconds