Searched refs:tmpL (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | gc5025.c | 634 int otp_flag, i, j, index, temp, tmpH, tmpL; in gc5025_otp_read() local 725 tmpL = gc5025_otp_read_reg(client, in gc5025_otp_read() 727 checksum += tmpL; in gc5025_otp_read() 728 otp_p->rg_ratio = (tmpH << 8) | tmpL; in gc5025_otp_read() 732 tmpL = gc5025_otp_read_reg(client, in gc5025_otp_read() 734 checksum += tmpL; in gc5025_otp_read() 735 otp_p->bg_ratio = (tmpH << 8) | tmpL; in gc5025_otp_read() 771 tmpL = gc5025_otp_read_reg(client, in gc5025_otp_read() 773 checksum += tmpL; in gc5025_otp_read() 774 otp_p->golden_rg = (tmpH << 8) | tmpL; in gc5025_otp_read() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath5k/ |
| H A D | phy.c | 2881 u8 *pcdac_tmp = ah->ah_txpower.tmpL[0]; in ath5k_fill_pwr_to_pcdac_table() 2952 pcdac_low_pwr = ah->ah_txpower.tmpL[1]; in ath5k_combine_linear_pcdac_curves() 2953 pcdac_high_pwr = ah->ah_txpower.tmpL[0]; in ath5k_combine_linear_pcdac_curves() 2971 pcdac_low_pwr = ah->ah_txpower.tmpL[1]; /* Zeroed */ in ath5k_combine_linear_pcdac_curves() 2972 pcdac_high_pwr = ah->ah_txpower.tmpL[0]; in ath5k_combine_linear_pcdac_curves() 3095 pdadc_tmp = ah->ah_txpower.tmpL[pdg]; in ath5k_combine_pwr_to_pdadc_curves() 3281 u8 *tmpL; in ath5k_setup_channel_powertable() local 3306 tmpL = ah->ah_txpower.tmpL[pdg]; in ath5k_setup_channel_powertable() 3364 pdg_L->pd_points, tmpL, type); in ath5k_setup_channel_powertable() 3389 tmpL[i] = (u8) ath5k_get_interpolated_value(target, in ath5k_setup_channel_powertable() [all …]
|
| H A D | ath5k.h | 1412 u8 tmpL[AR5K_EEPROM_N_PD_GAINS] member
|