Lines Matching defs:max_constellation
1993 static u16 dib8000_set_layer(struct dib8000_state *state, u8 layer_index, u16 max_constellation)
2039 switch (max_constellation) {
2043 max_constellation = c->layer[layer_index].modulation;
2047 max_constellation = c->layer[layer_index].modulation;
2052 return max_constellation;
2058 static u16 dib8000_adp_fine_tune(struct dib8000_state *state, u16 max_constellation)
2064 switch (max_constellation) {
2370 u16 max_constellation = DQPSK;
2409 max_constellation = dib8000_set_layer(state, i, max_constellation);
2421 ana_gain = dib8000_adp_fine_tune(state, max_constellation);