Searched refs:R_EP5 (Results 1 – 2 of 2) sorted by relevance
67 tda_reg("EASY_PROG_BYTE_5 = 0x%02x\n", 0xff & regs[R_EP5]); in tda18271_dump_regs()309 regs[R_EP5] = 0x80; in tda18271_init_regs()407 regs[R_EP5] = 0x81; in tda18271_init_regs()434 regs[R_EP5] = 0x85; in tda18271_init_regs()447 regs[R_EP5] = 0x82; in tda18271_init_regs()461 regs[R_EP5] = 0x86; in tda18271_init_regs()474 regs[R_EP5] = 0x83; in tda18271_init_regs()489 regs[R_EP5] = 0x87; in tda18271_init_regs()677 regs[R_EP5] &= ~0x07; in tda18271_calc_ir_measure()678 regs[R_EP5] |= (0x07 & val); in tda18271_calc_ir_measure()
27 #define R_EP5 0x07 /* Easy Prog byte 5 */ macro