Searched refs:pcdac_i (Results 1 – 1 of 1) sorted by relevance
2886 u8 pcdac_0, pcdac_n, pcdac_i, pwr_idx, i; in ath5k_fill_pwr_to_pcdac_table() local2897 pcdac_i = 0; in ath5k_fill_pwr_to_pcdac_table()2899 pcdac_out[pcdac_i++] = pcdac_0; in ath5k_fill_pwr_to_pcdac_table()2904 pcdac_i < AR5K_EEPROM_POWER_TABLE_SIZE; i++) { in ath5k_fill_pwr_to_pcdac_table()2905 pcdac_out[pcdac_i++] = pcdac_tmp[i]; in ath5k_fill_pwr_to_pcdac_table()2910 while (pcdac_i < AR5K_EEPROM_POWER_TABLE_SIZE) in ath5k_fill_pwr_to_pcdac_table()2911 pcdac_out[pcdac_i++] = pcdac_n; in ath5k_fill_pwr_to_pcdac_table()