Searched refs:R_EB1 (Results 1 – 3 of 3) sorted by relevance
84 tda_reg("EXTENDED_BYTE_1 = 0x%02x\n", 0xff & regs[R_EB1]); in tda18271_dump_regs()321 regs[R_EB1] = 0xff; in tda18271_init_regs()324 regs[R_EB1] = 0xfc; in tda18271_init_regs()
135 regs[R_EB1] |= 0x04; /* main vco */ in tda18271_channel_configuration()138 regs[R_EB1] &= ~0x04; /* cal vco */ in tda18271_channel_configuration()143 regs[R_EB1] &= ~0x02; in tda18271_channel_configuration()146 regs[R_EB1] &= ~0x01; in tda18271_channel_configuration()148 ret = tda18271_write_regs(fe, R_EB1, 1); in tda18271_channel_configuration()
36 #define R_EB1 0x10 /* Extended byte 1 */ macro