Home
last modified time | relevance | path

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

/linux-2.6.39/arch/m68k/amiga/
Damisound.c37 #define MAX_PERIOD (65535) macro
44 unsigned short amiga_audio_period = MAX_PERIOD;
87 if (period > MAX_PERIOD) in amiga_mksound()
88 period = MAX_PERIOD; in amiga_mksound()
/linux-2.6.39/arch/mips/kernel/
Dperf_event.c30 #define MAX_PERIOD ((1ULL << 32) - 1) macro
147 if (left > (s64)MAX_PERIOD) in mipspmu_event_set_period()
148 left = MAX_PERIOD; in mipspmu_event_set_period()
153 uleft = (u64)(-left) & MAX_PERIOD; in mipspmu_event_set_period()
Dperf_event_mipsxx.c580 hwc->sample_period = MAX_PERIOD; in __hw_perf_event_init()
/linux-2.6.39/arch/sparc/kernel/
Dperf_event.c55 #define MAX_PERIOD ((1UL << 32) - 1) macro
611 if (left > MAX_PERIOD) in sparc_perf_event_set_period()
612 left = MAX_PERIOD; in sparc_perf_event_set_period()
1132 hwc->sample_period = MAX_PERIOD; in sparc_pmu_event_init()