Searched refs:MAX_PERIOD (Results 1 – 3 of 3) sorted by relevance
36 #define MAX_PERIOD (65535) macro43 unsigned short amiga_audio_period = MAX_PERIOD;86 if (period > MAX_PERIOD) in amiga_mksound()87 period = MAX_PERIOD; in amiga_mksound()
72 #define MAX_PERIOD ((1UL << 32) - 1) macro911 if (left > MAX_PERIOD) in sparc_perf_event_set_period()912 left = MAX_PERIOD; in sparc_perf_event_set_period()1499 hwc->sample_period = MAX_PERIOD; in sparc_pmu_event_init()
217 MAX_PERIOD = USEC_PER_SEC, enumerator794 period_us = clamp_t(u32, period_us, MIN_PERIOD, MAX_PERIOD); in ioc_refresh_period_us()