Searched refs:R_EP5 (Results 1 – 2 of 2) sorted by relevance
79 tda_reg("EASY_PROG_BYTE_5 = 0x%02x\n", 0xff & regs[R_EP5]); in tda18271_dump_regs()286 regs[R_EP5] = 0x80; in tda18271_init_regs()384 regs[R_EP5] = 0x81; in tda18271_init_regs()411 regs[R_EP5] = 0x85; in tda18271_init_regs()424 regs[R_EP5] = 0x82; in tda18271_init_regs()438 regs[R_EP5] = 0x86; in tda18271_init_regs()451 regs[R_EP5] = 0x83; in tda18271_init_regs()466 regs[R_EP5] = 0x87; in tda18271_init_regs()651 regs[R_EP5] &= ~0x07; in tda18271_calc_ir_measure()652 regs[R_EP5] |= (0x07 & val); in tda18271_calc_ir_measure()
37 #define R_EP5 0x07 /* Easy Prog byte 5 */ macro