Lines Matching refs:xin
114 if (symbolrate > state->config->xin / 2)
115 symbolrate = state->config->xin / 2;
120 if (symbolrate < state->config->xin / 16)
122 if (symbolrate < state->config->xin / 32)
124 if (symbolrate < state->config->xin / 64)
128 fpxin = state->config->xin * 10ULL;
151 fin = state->config->xin >> 4;
160 BDRI = (((state->config->xin << 5) / symbolrate) + 1) / 2;
388 state->frontend.ops.info.symbol_rate_min = (state->config->xin / 2) / 64; /* SACLK/64 == (XIN/2)/64 */
389 state->frontend.ops.info.symbol_rate_max = (state->config->xin / 2) / 4; /* SACLK/4 */