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

/drivers/media/dvb/frontends/
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 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 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 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 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 Dstv090x_priv.h264 enum stv090x_rolloff rolloff; member in struct:stv090x_state
H A Dstv0900_core.c1409 intp->rolloff = p_init->rolloff;
1412 stv0900_write_bits(intp, F0900_P1_ROLLOFF_CONTROL, p_init->rolloff);
1413 stv0900_write_bits(intp, F0900_P2_ROLLOFF_CONTROL, p_init->rolloff);
1612 p_result.rolloff = intp->result[demod].rolloff;
1919 init_params.rolloff = STV0900_35;
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...]
H A Ddib9000.c1938 state->fe[sub_index_frontend]->dtv_property_cache.rolloff =
1939 state->fe[index_frontend]->dtv_property_cache.rolloff;
1961 state->fe[index_frontend]->dtv_property_cache.rolloff = fe->dtv_property_cache.rolloff;
H A Dstb0899_drv.c618 * return: rolloff
653 internal->rolloff = stb0899_get_alpha(state);
H A Dstb0899_algo.c135 return (internal->srate + (internal->srate * internal->rolloff) / 100);
/drivers/media/dvb/dvb-core/
H A Ddvb_frontend.h352 fe_rolloff_t rolloff; member in struct:dtv_frontend_properties
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;
/drivers/media/dvb/firewire/
H A Dfiredtv-avc.c394 switch (fdtv->fe.dtv_property_cache.rolloff) {
409 c->operand[14] = 0xff; /* disable rolloff */

Completed in 4269 milliseconds