Searched refs:STB6100_LPEN (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | stb6100.c | 95 [STB6100_LPEN] = "LPEN", 118 [STB6100_LPEN] = { 0xf0, 0x0b }, 361 regs[STB6100_LPEN] = 0xeb; in stb6100_set_frequency() 362 rc = stb6100_write_reg(state, STB6100_LPEN, regs[STB6100_LPEN]); in stb6100_set_frequency() 462 regs[STB6100_LPEN] = 0xfb; /* PLL Loop enabled, bias on, VCO on, synth on */ in stb6100_set_frequency() 463 rc = stb6100_write_reg(state, STB6100_LPEN, regs[STB6100_LPEN]); in stb6100_set_frequency()
|
D | stb6100.h | 62 #define STB6100_LPEN 0x0a macro
|