Home
last modified time | relevance | path

Searched refs:STB6100_LPEN (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/dvb-frontends/
Dstb6100.c95 [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()
Dstb6100.h62 #define STB6100_LPEN 0x0a macro