Lines Matching refs:rc5
167 unsigned int rc5 = 0; in bttv_rc5_decode() local
174 rc5 <<= 1; in bttv_rc5_decode()
180 rc5 |= 1; in bttv_rc5_decode()
189 "instr=%x\n", rc5, org_code, RC5_START(rc5), in bttv_rc5_decode()
190 RC5_TOGGLE(rc5), RC5_ADDR(rc5), RC5_INSTR(rc5)); in bttv_rc5_decode()
191 return rc5; in bttv_rc5_decode()
198 u32 gap, rc5, scancode; in bttv_rc5_timer_end() local
228 rc5 = bttv_rc5_decode(ir->code); in bttv_rc5_timer_end()
230 toggle = RC5_TOGGLE(rc5); in bttv_rc5_timer_end()
231 system = RC5_ADDR(rc5); in bttv_rc5_timer_end()
232 command = RC5_INSTR(rc5); in bttv_rc5_timer_end()
234 switch (RC5_START(rc5)) { in bttv_rc5_timer_end()