Searched refs:ber (Results 26 - 40 of 40) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Ddib3000mb.c658 static int dib3000mb_read_ber(struct dvb_frontend* fe, u32 *ber) argument
662 *ber = ((rd(DIB3000MB_REG_BER_MSB) << 16) | rd(DIB3000MB_REG_BER_LSB));
H A Dl64781.c384 static int l64781_read_ber(struct dvb_frontend* fe, u32* ber) argument
388 *ber = l64781_readreg (state, 0x39)
H A Dlgdt330x.c266 static int lgdt330x_read_ber(struct dvb_frontend* fe, u32* ber) argument
268 *ber = 0; /* Not supplied by the demod chips */
H A Dmt312.c396 static int mt312_read_ber(struct dvb_frontend* fe, u32 *ber) argument
405 *ber = ((buf[0] << 16) | (buf[1] << 8) | buf[2]) * 64;
H A Dstv0297.c337 static int stv0297_read_ber(struct dvb_frontend *fe, u32 * ber) argument
348 *ber = state->last_ber;
H A Dstv0299.c486 static int stv0299_read_ber(struct dvb_frontend* fe, u32* ber) argument
491 *ber = (stv0299_readreg (state, 0x1d) << 8) | stv0299_readreg (state, 0x1e);
H A Dtda10023.c350 static int tda10023_read_ber(struct dvb_frontend* fe, u32* ber) argument
359 *ber = a | (b<<8)| (c<<16);
H A Dtda1004x.c1140 static int tda1004x_read_ber(struct dvb_frontend* fe, u32* ber) argument
1151 *ber = tmp << 1;
1155 *ber |= (tmp << 9);
1159 dprintk("%s: ber=0x%x\n", __FUNCTION__, *ber);
H A Dcx24123.c802 static int cx24123_read_ber(struct dvb_frontend* fe, u32* ber) argument
808 *ber = ((cx24123_readreg(state, 0x1c) & 0x3f) << 16) |
812 dprintk("%s: BER = %d\n",__FUNCTION__,*ber);
H A Dbcm3510.c285 static int bcm3510_read_ber(struct dvb_frontend* fe, u32* ber) argument
290 *ber = (st->status2.LDBER0 << 16) | (st->status2.LDBER1 << 8) | st->status2.LDBER2;
H A Ddib3000mc.c695 static int dib3000mc_read_ber(struct dvb_frontend *fe, u32 *ber) argument
698 *ber = (dib3000mc_read_word(state, 500) << 16) | dib3000mc_read_word(state, 501);
H A Ddib7000p.c828 static int dib7000p_read_ber(struct dvb_frontend *fe, u32 *ber) argument
831 *ber = (dib7000p_read_word(state, 500) << 16) | dib7000p_read_word(state, 501);
H A Dnxt200x.c801 static int nxt200x_read_ber(struct dvb_frontend* fe, u32* ber) argument
808 *ber = ((b[0] << 8) + b[1]) * 8;
H A Ds5h1420.c378 static int s5h1420_read_ber(struct dvb_frontend* fe, u32* ber) argument
385 *ber = (s5h1420_readreg(state, 0x48) << 8) | s5h1420_readreg(state, 0x47);
H A Ddib7000m.c1027 static int dib7000m_read_ber(struct dvb_frontend *fe, u32 *ber) argument
1030 *ber = (dib7000m_read_word(state, 526) << 16) | dib7000m_read_word(state, 527);

Completed in 185 milliseconds

12