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

/linux-master/drivers/media/dvb-frontends/
H A Dstv0299.c561 int invval = 0; local
568 if (p->inversion == INVERSION_OFF) invval = 0;
569 else if (p->inversion == INVERSION_ON) invval = 1;
574 if (state->config->invert) invval = (~invval) & 1;
575 stv0299_writeregI(state, 0x0c, (stv0299_readreg(state, 0x0c) & 0xfe) | invval);
599 int invval; local
610 invval = stv0299_readreg (state, 0x0c) & 1;
611 if (state->config->invert) invval = (~invval)
[all...]
H A Dtda10086.c261 u8 invval = 0x80; local
268 invval = 0x40;
272 invval = 0x40;
275 invval = 0x00;
278 tda10086_write_mask(state, 0x0c, 0xc0, invval);

Completed in 106 milliseconds