Searched refs:opermode (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/dvb-frontends/
H A Dlgdt3305.c274 u8 opermode; lgdt3305_set_modulation() local
279 ret = lgdt3305_read_reg(state, LGDT3305_GEN_CTRL_1, &opermode); lgdt3305_set_modulation()
283 opermode &= ~0x03; lgdt3305_set_modulation()
287 opermode |= 0x03; lgdt3305_set_modulation()
290 opermode |= 0x00; lgdt3305_set_modulation()
293 opermode |= 0x01; lgdt3305_set_modulation()
298 ret = lgdt3305_write_reg(state, LGDT3305_GEN_CTRL_1, opermode); lgdt3305_set_modulation()

Completed in 52 milliseconds