Home
last modified time | relevance | path

Searched refs:MAX_PERIOD (Results 1 – 2 of 2) sorted by relevance

/arch/m68k/amiga/
Damisound.c36 #define MAX_PERIOD (65535) macro
43 unsigned short amiga_audio_period = MAX_PERIOD;
86 if (period > MAX_PERIOD) in amiga_mksound()
87 period = MAX_PERIOD; in amiga_mksound()
/arch/sparc/kernel/
Dperf_event.c72 #define MAX_PERIOD ((1UL << 32) - 1) macro
911 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()