Searched refs:pcdac_i (Results 1 – 1 of 1) sorted by relevance
2461 u8 pcdac_0, pcdac_n, pcdac_i, pwr_idx, i; in ath5k_fill_pwr_to_pcdac_table() local2472 pcdac_i = 0; in ath5k_fill_pwr_to_pcdac_table()2474 pcdac_out[pcdac_i++] = pcdac_0; in ath5k_fill_pwr_to_pcdac_table()2479 pcdac_i < AR5K_EEPROM_POWER_TABLE_SIZE; i++) { in ath5k_fill_pwr_to_pcdac_table()2480 pcdac_out[pcdac_i++] = pcdac_tmp[i]; in ath5k_fill_pwr_to_pcdac_table()2485 while (pcdac_i < AR5K_EEPROM_POWER_TABLE_SIZE) in ath5k_fill_pwr_to_pcdac_table()2486 pcdac_out[pcdac_i++] = pcdac_n; in ath5k_fill_pwr_to_pcdac_table()