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
225 rc5 = bttv_rc5_decode(ir->code); in bttv_rc5_timer_end()
227 toggle = RC5_TOGGLE(rc5); in bttv_rc5_timer_end()
228 system = RC5_ADDR(rc5); in bttv_rc5_timer_end()
229 command = RC5_INSTR(rc5); in bttv_rc5_timer_end()
231 switch (RC5_START(rc5)) { in bttv_rc5_timer_end()