Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_phy.c1844 u8 *pcdac_tmp = ah->ah_txpower.tmpL[0]; in ath5k_fill_pwr_to_pcdac_table() local
1850 pcdac_0 = pcdac_tmp[0]; in ath5k_fill_pwr_to_pcdac_table()
1853 pcdac_n = pcdac_tmp[table_max[0] - table_min[0]]; in ath5k_fill_pwr_to_pcdac_table()
1864 pcdac_out[pcdac_i++] = pcdac_tmp[i]; in ath5k_fill_pwr_to_pcdac_table()
1892 u8 *pcdac_tmp; in ath5k_combine_linear_pcdac_curves() local
1926 pcdac_tmp = pcdac_high_pwr; in ath5k_combine_linear_pcdac_curves()
1934 pcdac_tmp = pcdac_high_pwr; in ath5k_combine_linear_pcdac_curves()
1950 pcdac_tmp = pcdac_low_pwr; 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()