Lines Matching defs:dec
260 u16 dec;
275 ret = __adis_read_reg_16(&st->adis, ADIS16475_REG_DEC_RATE, &dec);
281 *freq = DIV_ROUND_CLOSEST(sample_rate, dec + 1);
291 u16 dec;
346 dec = DIV_ROUND_CLOSEST(sample_rate, freq);
348 if (dec)
349 dec--;
351 if (dec > st->info->max_dec)
352 dec = st->info->max_dec;
354 ret = __adis_write_reg_16(&st->adis, ADIS16475_REG_DEC_RATE, dec);
363 assign_bit(ADIS16475_LSB_DEC_MASK, &st->lsb_flag, dec);