Searched defs:rolloff (Results 1 - 10 of 10) sorted by relevance

/drivers/media/dvb/frontends/
H A Dstv6110.c151 static u32 carrier_width(u32 symbol_rate, fe_rolloff_t rolloff) argument
155 switch (rolloff) {
353 u32 bandwidth = carrier_width(c->symbol_rate, c->rolloff);
H A Dtda10071.c645 u8 mode, rolloff, pilot, inversion, div; local
648 "symbol_rate=%d inversion=%d pilot=%d rolloff=%d", __func__,
650 c->symbol_rate, c->inversion, c->pilot, c->rolloff);
679 rolloff = 0;
683 switch (c->rolloff) {
685 rolloff = 2;
688 rolloff = 1;
691 rolloff = 0;
695 dbg("%s: invalid rolloff", __func__);
761 cmd.args[0x0a] = rolloff;
[all...]
H A Dstb0899_priv.h174 s32 rolloff; /* Current RollOff of the filter (x100) */ member in struct:stb0899_internal
H A Dstv0900_sw.c438 s32 rolloff; local
442 rolloff = stv0900_read_reg(intp, MATSTR1) & 0x03;
443 stv0900_write_bits(intp, ROLLOFF_CONTROL, rolloff);
452 u32 rolloff; local
456 rolloff = 20;
459 rolloff = 25;
463 rolloff = 35;
467 return srate + (srate * rolloff) / 100;
598 intp->rolloff) + intp->symbol_rate[d];
838 enum fe_stv0900_rolloff rolloff; local
[all...]
H A Dstv090x_priv.h264 enum stv090x_rolloff rolloff; member in struct:stv090x_state
H A Dcx24116.c96 /* rolloff */
169 fe_rolloff_t rolloff; member in struct:cx24116_tuning
1243 if (c->rolloff != ROLLOFF_35) {
1244 dprintk("%s: unsupported rolloff selected (%d)\n",
1245 __func__, c->rolloff);
1282 switch (c->rolloff) {
1294 dprintk("%s: unsupported rolloff selected (%d)\n",
1295 __func__, c->rolloff);
1309 state->dnxt.rolloff = c->rolloff;
[all...]
H A Dstv0900_priv.h245 enum fe_stv0900_rolloff rolloff; member in struct:stv0900_init_params
293 enum fe_stv0900_rolloff rolloff; member in struct:stv0900_signal_info
305 enum fe_stv0900_rolloff rolloff; member in struct:stv0900_internal
H A Dstv090x.c941 static u32 stv090x_car_width(u32 srate, enum stv090x_rolloff rolloff) argument
945 switch (rolloff) {
2181 state->tuner_bw = stv090x_car_width(state->srate, state->rolloff) + state->srate;
2635 state->rolloff = STV090x_GETFIELD_Px(reg, ROLLOFF_STATUS_FIELD);
2654 else if (abs(offst_freq) <= (stv090x_car_width(state->srate, state->rolloff) / 2000))
2845 enum stv090x_rolloff rolloff; local
2865 STV090x_SETFIELD_Px(reg, ROLLOFF_CONTROL_FIELD, state->rolloff);
2969 rolloff = STV090x_GETFIELD_Px(reg, ROLLOFF_STATUS_FIELD);
3018 state->tuner_bw = stv090x_car_width(srate, state->rolloff) + 10000000;
3152 /* rolloff t
[all...]
/drivers/media/dvb/dvb-core/
H A Ddvb_frontend.c931 c->rolloff = ROLLOFF_AUTO;
957 c->rolloff = ROLLOFF_35;/* implied for DVB-S */
1279 tvp->u.data = c->rolloff;
1619 c->rolloff = tvp->u.data;
1856 u32 rolloff = 0; local
1893 rolloff = 115;
1896 rolloff = 113;
1901 if (rolloff)
1902 c->bandwidth_hz = (c->symbol_rate * rolloff) / 100;
H A Ddvb_frontend.h352 fe_rolloff_t rolloff; member in struct:dtv_frontend_properties

Completed in 912 milliseconds