Searched refs:LIMITMAX (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Demu8000_callback.c58 #define LIMITMAX(x, a) do {if ((x) > (a)) (x) = (a); } while (0) macro
287 LIMITMAX(temp, 255);
324 LIMITMAX(temp, 255);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demu10k1_callback.c57 #define LIMITMAX(x, a) do {if ((x) > (a)) (x) = (a); } while (0) macro
399 LIMITMAX(temp, 255);
407 LIMITMAX(temp, 255);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Demux_synth.c37 #define LIMITMAX(x, a) do {if ((x) > (a)) (x) = (a); } while (0) macro
745 LIMITMAX(vp->velocity, 127);

Completed in 46 milliseconds