Searched refs:pcdac_i (Results 1 – 1 of 1) sorted by relevance
2882 u8 pcdac_0, pcdac_n, pcdac_i, pwr_idx, i; in ath5k_fill_pwr_to_pcdac_table() local2893 pcdac_i = 0; in ath5k_fill_pwr_to_pcdac_table()2895 pcdac_out[pcdac_i++] = pcdac_0; in ath5k_fill_pwr_to_pcdac_table()2900 pcdac_i < AR5K_EEPROM_POWER_TABLE_SIZE; i++) { in ath5k_fill_pwr_to_pcdac_table()2901 pcdac_out[pcdac_i++] = pcdac_tmp[i]; in ath5k_fill_pwr_to_pcdac_table()2906 while (pcdac_i < AR5K_EEPROM_POWER_TABLE_SIZE) in ath5k_fill_pwr_to_pcdac_table()2907 pcdac_out[pcdac_i++] = pcdac_n; in ath5k_fill_pwr_to_pcdac_table()