Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H A Dphy.c2944 u8 edge_flag; in ath5k_combine_linear_pcdac_curves() local
2969 edge_flag = 0x40; in ath5k_combine_linear_pcdac_curves()
2976 edge_flag = 0; in ath5k_combine_linear_pcdac_curves()
2988 if (edge_flag == 0x40 && in ath5k_combine_linear_pcdac_curves()
2990 edge_flag = 0x00; in ath5k_combine_linear_pcdac_curves()
2997 * we only have one curve and edge_flag is zero in ath5k_combine_linear_pcdac_curves()
2999 if (pcdac_tmp[pwr] < 1 && (edge_flag == 0x00)) { in ath5k_combine_linear_pcdac_curves()
3007 pcdac_out[i] = pcdac_tmp[pwr] | edge_flag; in ath5k_combine_linear_pcdac_curves()
3011 * value with edge_flag on high power curve */ in ath5k_combine_linear_pcdac_curves()
3073 * as we do for RF5112. This time we don't have an edge_flag bu
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H A Dphy.c2941 u8 edge_flag; in ath5k_combine_linear_pcdac_curves() local
2966 edge_flag = 0x40; in ath5k_combine_linear_pcdac_curves()
2973 edge_flag = 0; in ath5k_combine_linear_pcdac_curves()
2985 if (edge_flag == 0x40 && in ath5k_combine_linear_pcdac_curves()
2987 edge_flag = 0x00; in ath5k_combine_linear_pcdac_curves()
2994 * we only have one curve and edge_flag is zero in ath5k_combine_linear_pcdac_curves()
2996 if (pcdac_tmp[pwr] < 1 && (edge_flag == 0x00)) { in ath5k_combine_linear_pcdac_curves()
3004 pcdac_out[i] = pcdac_tmp[pwr] | edge_flag; in ath5k_combine_linear_pcdac_curves()
3008 * value with edge_flag on high power curve */ in ath5k_combine_linear_pcdac_curves()
3070 * as we do for RF5112. This time we don't have an edge_flag bu
[all...]

Completed in 12 milliseconds