Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_phy.c1845 u8 pcdac_0, pcdac_n, pcdac_i, pwr_idx, i; in ath5k_fill_pwr_to_pcdac_table() local
1856 pcdac_i = 0; in ath5k_fill_pwr_to_pcdac_table()
1858 pcdac_out[pcdac_i++] = pcdac_0; in ath5k_fill_pwr_to_pcdac_table()
1863 pcdac_i < AR5K_EEPROM_POWER_TABLE_SIZE; i++) { in ath5k_fill_pwr_to_pcdac_table()
1864 pcdac_out[pcdac_i++] = pcdac_tmp[i]; in ath5k_fill_pwr_to_pcdac_table()
1869 while (pcdac_i < AR5K_EEPROM_POWER_TABLE_SIZE) in ath5k_fill_pwr_to_pcdac_table()
1870 pcdac_out[pcdac_i++] = pcdac_n; in ath5k_fill_pwr_to_pcdac_table()