Searched refs:R_EB1 (Results 1 – 3 of 3) sorted by relevance
96 tda_reg("EXTENDED_BYTE_1 = 0x%02x\n", 0xff & regs[R_EB1]); in tda18271_dump_regs()333 regs[R_EB1] = 0xff; in tda18271_init_regs()336 regs[R_EB1] = 0xfc; in tda18271_init_regs()
147 regs[R_EB1] |= 0x04; /* main vco */ in tda18271_channel_configuration()150 regs[R_EB1] &= ~0x04; /* cal vco */ in tda18271_channel_configuration()155 regs[R_EB1] &= ~0x02; in tda18271_channel_configuration()158 regs[R_EB1] &= ~0x01; in tda18271_channel_configuration()160 ret = tda18271_write_regs(fe, R_EB1, 1); in tda18271_channel_configuration()
48 #define R_EB1 0x10 /* Extended byte 1 */ macro