Lines Matching defs:alarm_threshold
88 unsigned int alarm_threshold; /* set to be half of LATENCY_TIME_MS */
663 DAC33_THRREG(dac33->alarm_threshold));
666 dac33->alarm_threshold) + 1000;
1028 DAC33_THRREG(dac33->alarm_threshold));
1063 dac33->alarm_threshold = US_TO_SAMPLES(rate,
1065 nsample_limit = dac33->fifo_size - dac33->alarm_threshold;
1067 if (period_size <= dac33->alarm_threshold)
1073 ((dac33->alarm_threshold / period_size) +
1074 (dac33->alarm_threshold % period_size ?
1172 if (likely(dac33->alarm_threshold > samples_out))
1173 delay = dac33->alarm_threshold - samples_out;
1191 samples = dac33->alarm_threshold;
1209 samples = dac33->alarm_threshold;