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

/drivers/media/dvb-frontends/
H A Ddib8000.c1988 static u16 dib8000_set_layer(struct dib8000_state *state, u8 layer_index, u16 max_constellation) argument
2034 switch (max_constellation) {
2038 max_constellation = c->layer[layer_index].modulation;
2042 max_constellation = c->layer[layer_index].modulation;
2047 return max_constellation;
2053 static u16 dib8000_adp_fine_tune(struct dib8000_state *state, u16 max_constellation) argument
2059 switch (max_constellation) {
2342 u16 max_constellation = DQPSK; local
2381 max_constellation = dib8000_set_layer(state, i, max_constellation);
[all...]

Completed in 62 milliseconds