Lines Matching defs:symbol_rate
150 u32 symbol_rate;
450 dprintk("%s() unsupported symbol_rate = %d\n", __func__, rate);
454 state->dnxt.symbol_rate = rate;
455 dprintk("%s() symbol_rate = %d\n", __func__, rate);
1304 ret = cx24116_set_symbolrate(state, c->symbol_rate);
1319 dprintk("%s: symbol_rate = %d\n", __func__, state->dcur.symbol_rate);
1346 cmd.args[0x04] = ((state->dcur.symbol_rate / 1000) & 0xff00) >> 8;
1347 cmd.args[0x05] = ((state->dcur.symbol_rate / 1000) & 0x00ff);
1362 if (state->dcur.symbol_rate > 30000000) {