Searched refs:STB6100_LPEN (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/media/dvb-frontends/ |
H A D | stb6100.c | 83 [STB6100_LPEN] = "LPEN", 106 [STB6100_LPEN] = { 0xf0, 0x0b }, 349 regs[STB6100_LPEN] = 0xeb; in stb6100_set_frequency() 350 rc = stb6100_write_reg(state, STB6100_LPEN, regs[STB6100_LPEN]); in stb6100_set_frequency() 450 regs[STB6100_LPEN] = 0xfb; /* PLL Loop enabled, bias on, VCO on, synth on */ in stb6100_set_frequency() 451 rc = stb6100_write_reg(state, STB6100_LPEN, regs[STB6100_LPEN]); in stb6100_set_frequency()
|
H A D | stb6100.h | 50 #define STB6100_LPEN 0x0a macro
|