Lines Matching refs:rc5
156 unsigned int rc5 = 0; in bttv_rc5_decode() local
163 rc5 <<= 1; in bttv_rc5_decode()
169 rc5 |= 1; in bttv_rc5_decode()
178 rc5, org_code, RC5_START(rc5), in bttv_rc5_decode()
179 RC5_TOGGLE(rc5), RC5_ADDR(rc5), RC5_INSTR(rc5)); in bttv_rc5_decode()
180 return rc5; in bttv_rc5_decode()
187 u32 gap, rc5, scancode; in bttv_rc5_timer_end() local
214 rc5 = bttv_rc5_decode(ir->code); in bttv_rc5_timer_end()
216 toggle = RC5_TOGGLE(rc5); in bttv_rc5_timer_end()
217 system = RC5_ADDR(rc5); in bttv_rc5_timer_end()
218 command = RC5_INSTR(rc5); in bttv_rc5_timer_end()
220 switch (RC5_START(rc5)) { in bttv_rc5_timer_end()