Searched refs:R_EP4 (Results 1 – 3 of 3) sorted by relevance
106 regs[R_EP4] &= ~0x03; in tda18271_channel_configuration()109 regs[R_EP4] &= ~0x1c; /* clear if level bits */ in tda18271_channel_configuration()110 regs[R_EP4] |= (map->if_lvl << 2); in tda18271_channel_configuration()113 regs[R_EP4] &= ~0x80; in tda18271_channel_configuration()114 regs[R_EP4] |= map->fm_rfn << 7; in tda18271_channel_configuration()246 regs[R_EP4] &= ~0x03; in tda18271_read_thermometer()247 tda18271_write_regs(fe, R_EP4, 1); in tda18271_read_thermometer()345 regs[R_EP4] &= ~0x03; in tda18271_calibrate_rf()346 tda18271_write_regs(fe, R_EP4, 1); in tda18271_calibrate_rf()379 regs[R_EP4] |= 0x03; in tda18271_calibrate_rf()[all …]
78 tda_reg("EASY_PROG_BYTE_4 = 0x%02x\n", 0xff & regs[R_EP4]); in tda18271_dump_regs()320 regs[R_EP4] = 0x60; in tda18271_init_regs()418 regs[R_EP4] = 0x66; in tda18271_init_regs()513 regs[R_EP4] = 0x64; in tda18271_init_regs()514 __tda18271_write_regs(fe, R_EP4, 1, false); in tda18271_init_regs()
38 #define R_EP4 0x06 /* Easy Prog byte 4 */ macro