Home
last modified time | relevance | path

Searched refs:theta_low_bin (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dar9003_paprd.c435 int theta_low_bin = 0; in create_pa_curve() local
495 theta_low_bin += theta[i]; in create_pa_curve()
497 theta_low_bin = theta_low_bin / 5; in create_pa_curve()
499 theta[i] = theta_low_bin; in create_pa_curve()
502 theta[0] = theta_low_bin; in create_pa_curve()
504 theta[i] -= theta_low_bin; in create_pa_curve()