Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath5k/
H A Dphy.c2879 u8 pcdac_0, pcdac_n, pcdac_i, pwr_idx, i; in ath5k_fill_pwr_to_pcdac_table() local
2890 pcdac_i = 0; in ath5k_fill_pwr_to_pcdac_table()
2892 pcdac_out[pcdac_i++] = pcdac_0; in ath5k_fill_pwr_to_pcdac_table()
2897 pcdac_i < AR5K_EEPROM_POWER_TABLE_SIZE; i++) { in ath5k_fill_pwr_to_pcdac_table()
2898 pcdac_out[pcdac_i++] = pcdac_tmp[i]; in ath5k_fill_pwr_to_pcdac_table()
2903 while (pcdac_i < AR5K_EEPROM_POWER_TABLE_SIZE) in ath5k_fill_pwr_to_pcdac_table()
2904 pcdac_out[pcdac_i++] = pcdac_n; in ath5k_fill_pwr_to_pcdac_table()