Home
last modified time | relevance | path

Searched refs:R_EB1 (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/media/tuners/
Dtda18271-common.c96 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()
Dtda18271-fe.c147 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()
Dtda18271-priv.h48 #define R_EB1 0x10 /* Extended byte 1 */ macro