Lines Matching refs:temp

108 	u8 temp;  in af9005_is_fecmon_available()  local
114 fec_vtb_rsd_mon_en_len, &temp); in af9005_is_fecmon_available()
117 if (temp & 1) { in af9005_is_fecmon_available()
122 reg_ofsm_read_rbc_en_len, &temp); in af9005_is_fecmon_available()
125 if ((temp & 1) == 0) in af9005_is_fecmon_available()
141 u8 temp, temp0, temp1, temp2; in af9005_get_post_vit_err_cw_count() local
151 &temp); in af9005_get_post_vit_err_cw_count()
154 if (!temp) { in af9005_get_post_vit_err_cw_count()
241 u8 temp, temp0, temp1, temp2; in af9005_get_pre_vit_err_bit_count() local
248 &temp); in af9005_get_pre_vit_err_bit_count()
251 if (!temp) { in af9005_get_pre_vit_err_bit_count()
292 &temp); in af9005_get_pre_vit_err_bit_count()
295 if (temp == 0) { in af9005_get_pre_vit_err_bit_count()
298 } else if (temp == 1) { in af9005_get_pre_vit_err_bit_count()
310 &temp); in af9005_get_pre_vit_err_bit_count()
313 switch (temp) { in af9005_get_pre_vit_err_bit_count()
444 u8 temp; in af9005_fe_read_status() local
452 agc_lock_pos, agc_lock_len, &temp); in af9005_fe_read_status()
455 if (temp) in af9005_fe_read_status()
460 &temp); in af9005_fe_read_status()
463 if (temp) in af9005_fe_read_status()
469 mp2if_sync_byte_locked_pos, &temp); in af9005_fe_read_status()
472 if (temp) in af9005_fe_read_status()
480 reg_strong_sginal_detected_len, &temp); in af9005_fe_read_status()
483 if (temp != state->strong) { in af9005_fe_read_status()
484 deb_info("adjust for strong signal %d\n", temp); in af9005_fe_read_status()
485 state->strong = temp; in af9005_fe_read_status()
779 u8 temp; in af9005_fe_select_bw() local
782 temp = 0; in af9005_fe_select_bw()
785 temp = 1; in af9005_fe_select_bw()
788 temp = 2; in af9005_fe_select_bw()
795 reg_bw_len, temp); in af9005_fe_select_bw()
801 u8 temp = on; in af9005_fe_power() local
804 ret = af9005_send_command(state->d, 0x03, &temp, 1, NULL, 0); in af9005_fe_power()
821 u8 temp, temp0 = 0, temp1 = 0, temp2 = 0; in af9005_fe_init() local
840 xd_I2C_reg_ofdm_rst, &temp))) in af9005_fe_init()
842 if (temp & (regmask[reg_ofdm_rst_len - 1] << reg_ofdm_rst_pos)) in af9005_fe_init()
865 temp = 0x01; in af9005_fe_init()
866 ret = af9005_send_command(state->d, 0x03, &temp, 1, NULL, 0); in af9005_fe_init()
876 temp = regmask[reg_ofdm_rst_len - 1] << reg_ofdm_rst_pos; in af9005_fe_init()
1109 u8 temp, temp0, temp1, temp2; in af9005_fe_set_frontend() local
1200 temp = 0; in af9005_fe_set_frontend()
1201 ret = af9005_write_tuner_registers(state->d, 0xffff, &temp, 1); in af9005_fe_set_frontend()
1235 u8 temp; in af9005_fe_get_frontend() local
1241 &temp); in af9005_fe_get_frontend()
1246 switch (temp) { in af9005_fe_get_frontend()
1265 &temp); in af9005_fe_get_frontend()
1269 switch (temp) { in af9005_fe_get_frontend()
1291 reg_dec_pri_pos, reg_dec_pri_len, &temp); in af9005_fe_get_frontend()
1295 deb_info("PRIORITY %s\n", temp ? "high" : "low"); in af9005_fe_get_frontend()
1301 &temp); in af9005_fe_get_frontend()
1305 switch (temp) { in af9005_fe_get_frontend()
1332 &temp); in af9005_fe_get_frontend()
1336 switch (temp) { in af9005_fe_get_frontend()
1362 reg_tpsd_gi_pos, reg_tpsd_gi_len, &temp); in af9005_fe_get_frontend()
1366 switch (temp) { in af9005_fe_get_frontend()
1389 &temp); in af9005_fe_get_frontend()
1393 switch (temp) { in af9005_fe_get_frontend()
1407 reg_bw_len, &temp); in af9005_fe_get_frontend()
1409 switch (temp) { in af9005_fe_get_frontend()