Searched refs:R_EP4 (Results 1 – 3 of 3) sorted by relevance
105 regs[R_EP4] &= ~0x03; in tda18271_channel_configuration()108 regs[R_EP4] &= ~0x1c; /* clear if level bits */ in tda18271_channel_configuration()109 regs[R_EP4] |= (map->if_lvl << 2); in tda18271_channel_configuration()112 regs[R_EP4] &= ~0x80; in tda18271_channel_configuration()113 regs[R_EP4] |= map->fm_rfn << 7; in tda18271_channel_configuration()245 regs[R_EP4] &= ~0x03; in tda18271_read_thermometer()246 tda18271_write_regs(fe, R_EP4, 1); in tda18271_read_thermometer()344 regs[R_EP4] &= ~0x03; in tda18271_calibrate_rf()345 tda18271_write_regs(fe, R_EP4, 1); in tda18271_calibrate_rf()378 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()285 regs[R_EP4] = 0x60; in tda18271_init_regs()383 regs[R_EP4] = 0x66; in tda18271_init_regs()478 regs[R_EP4] = 0x64; in tda18271_init_regs()479 tda18271_write_regs(fe, R_EP4, 1); in tda18271_init_regs()
36 #define R_EP4 0x06 /* Easy Prog byte 4 */ macro