Lines Matching refs:temp0
64 u8 temp0, temp1;
66 if ((ret = af9005_read_ofdm_register(d, reglo, &temp0)))
72 *value = ((u16) (temp1 & 0x03) << 8) + (u16) temp0;
75 *value = ((u16) (temp1 & 0x0C) << 6) + (u16) temp0;
78 *value = ((u16) (temp1 & 0x30) << 4) + (u16) temp0;
81 *value = ((u16) (temp1 & 0xC0) << 2) + (u16) temp0;
128 u8 temp, temp0, temp1, temp2;
149 &temp0);
158 loc_abort_count = ((u16) temp1 << 8) + temp0;
163 &temp0);
176 err_count = ((u32) temp2 << 16) + ((u32) temp1 << 8) + temp0;
182 &temp0);
190 cw_count = ((u32) temp1 << 8) + temp0;
228 u8 temp, temp0, temp1, temp2;
244 &temp0);
257 *pre_err_count = ((u32) temp2 << 16) + ((u32) temp1 << 8) + temp0;
261 &temp0);
269 super_frame_count = ((u32) temp1 << 8) + temp0;
532 u8 temp0, temp1, temp2, temp3, buf[4];
577 temp0 = (u8) (NS_coeff1_2048Nu & 0x000000FF);
586 buf[3] = temp0;
612 temp0 = (u8) ((NS_coeff2_2k & 0x0000003F));
621 buf[3] = temp0;
643 temp0 = (u8) ((NS_coeff1_8191Nu & 0x000000FF));
652 buf[3] = temp0;
674 temp0 = (u8) (NS_coeff1_8192Nu & 0x000000FF);
683 buf[3] = temp0;
705 temp0 = (u8) ((NS_coeff1_8193Nu & 0x000000FF));
714 buf[3] = temp0;
736 temp0 = (u8) ((NS_coeff2_8k & 0x0000003F));
745 buf[3] = temp0;
808 u8 temp, temp0 = 0, temp1 = 0, temp2 = 0;
974 temp0 = script[i].val;
988 ((u32) temp2 << 16) + ((u32) temp1 << 8) + (u32) temp0;
1096 u8 temp, temp0, temp1, temp2;
1117 temp0 = (u8) (state->original_fcw & 0x000000ff);
1120 ret = af9005_write_ofdm_register(state->d, 0xae1a, temp0);