Searched refs:R_EP4 (Results 1 – 3 of 3) sorted by relevance
94 regs[R_EP4] &= ~0x03; in tda18271_channel_configuration()97 regs[R_EP4] &= ~0x1c; /* clear if level bits */ in tda18271_channel_configuration()98 regs[R_EP4] |= (map->if_lvl << 2); in tda18271_channel_configuration()101 regs[R_EP4] &= ~0x80; in tda18271_channel_configuration()102 regs[R_EP4] |= map->fm_rfn << 7; in tda18271_channel_configuration()234 regs[R_EP4] &= ~0x03; in tda18271_read_thermometer()235 tda18271_write_regs(fe, R_EP4, 1); in tda18271_read_thermometer()333 regs[R_EP4] &= ~0x03; in tda18271_calibrate_rf()334 tda18271_write_regs(fe, R_EP4, 1); in tda18271_calibrate_rf()367 regs[R_EP4] |= 0x03; in tda18271_calibrate_rf()[all …]
66 tda_reg("EASY_PROG_BYTE_4 = 0x%02x\n", 0xff & regs[R_EP4]); in tda18271_dump_regs()308 regs[R_EP4] = 0x60; in tda18271_init_regs()406 regs[R_EP4] = 0x66; in tda18271_init_regs()501 regs[R_EP4] = 0x64; in tda18271_init_regs()502 __tda18271_write_regs(fe, R_EP4, 1, false); in tda18271_init_regs()
26 #define R_EP4 0x06 /* Easy Prog byte 4 */ macro