Lines Matching refs:temp2
141 u8 temp, temp0, temp1, temp2; in af9005_get_post_vit_err_cw_count() local
186 &temp2); in af9005_get_post_vit_err_cw_count()
189 err_count = ((u32) temp2 << 16) + ((u32) temp1 << 8) + temp0; in af9005_get_post_vit_err_cw_count()
241 u8 temp, temp0, temp1, temp2; in af9005_get_pre_vit_err_bit_count() local
267 &temp2); in af9005_get_pre_vit_err_bit_count()
270 *pre_err_count = ((u32) temp2 << 16) + ((u32) temp1 << 8) + temp0; in af9005_get_pre_vit_err_bit_count()
544 u8 temp0, temp1, temp2, temp3, buf[4]; in af9005_fe_program_cfoe() local
591 temp2 = (u8) ((NS_coeff1_2048Nu & 0x00FF0000) >> 16); in af9005_fe_program_cfoe()
596 buf[1] = temp2; in af9005_fe_program_cfoe()
626 temp2 = (u8) ((NS_coeff2_2k & 0x003FC000) >> 14); in af9005_fe_program_cfoe()
631 buf[1] = temp2; in af9005_fe_program_cfoe()
657 temp2 = (u8) ((NS_coeff1_8191Nu & 0x00FFC000) >> 16); in af9005_fe_program_cfoe()
662 buf[1] = temp2; in af9005_fe_program_cfoe()
688 temp2 = (u8) ((NS_coeff1_8192Nu & 0x00FFC000) >> 16); in af9005_fe_program_cfoe()
693 buf[1] = temp2; in af9005_fe_program_cfoe()
719 temp2 = (u8) ((NS_coeff1_8193Nu & 0x00FFC000) >> 16); in af9005_fe_program_cfoe()
724 buf[1] = temp2; in af9005_fe_program_cfoe()
750 temp2 = (u8) ((NS_coeff2_8k & 0x003FC000) >> 14); in af9005_fe_program_cfoe()
755 buf[1] = temp2; in af9005_fe_program_cfoe()
820 u8 temp, temp0 = 0, temp1 = 0, temp2 = 0; in af9005_fe_init() local
982 temp2 = script[i].val; in af9005_fe_init()
1000 ((u32) temp2 << 16) + ((u32) temp1 << 8) + (u32) temp0; in af9005_fe_init()
1108 u8 temp, temp0, temp1, temp2; in af9005_fe_set_frontend() local
1131 temp2 = (u8) ((state->original_fcw & 0x00ff0000) >> 16); in af9005_fe_set_frontend()
1138 ret = af9005_write_ofdm_register(state->d, 0xae18, temp2); in af9005_fe_set_frontend()