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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dtda10023.c99 static int tda10023_writebit (struct tda10023_state* state, u8 reg, u8 mask,u8 data) function
126 tda10023_writebit(state,r,m,v);
222 tda10023_writebit (state, 0x03, 0xc0, NDEC<<6);
334 // tda10023_writebit (state, 0x04, 0x60, (p->inversion?0:0x20));
335 tda10023_writebit (state, 0x04, 0x40, 0x40);
373 tda10023_writebit (state, 0x10, 0xc0, 0x00);
414 tda10023_writebit (state, 0x10, 0x20,0x00);
415 tda10023_writebit (state, 0x10, 0x20,0x20);
416 tda10023_writebit (state, 0x13, 0x01, 0x00);

Completed in 105 milliseconds