Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_phy.c1903 u8 edge_flag; in ath5k_combine_linear_pcdac_curves() local
1928 edge_flag = 0x40; in ath5k_combine_linear_pcdac_curves()
1935 edge_flag = 0; in ath5k_combine_linear_pcdac_curves()
1947 if (edge_flag == 0x40 && in ath5k_combine_linear_pcdac_curves()
1949 edge_flag = 0x00; in ath5k_combine_linear_pcdac_curves()
1958 if (pcdac_tmp[pwr] < 1 && (edge_flag == 0x00)) { in ath5k_combine_linear_pcdac_curves()
1966 pcdac_out[i] = pcdac_tmp[pwr] | edge_flag; in ath5k_combine_linear_pcdac_curves()