Searched refs:LIMITMAX (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/sb/ |
H A D | emu8000_callback.c | 46 #define LIMITMAX(x, a) do {if ((x) > (a)) (x) = (a); } while (0) macro 275 LIMITMAX(temp, 255); in start_voice() 312 LIMITMAX(temp, 255); in trigger_voice()
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | emu10k1_callback.c | 45 #define LIMITMAX(x, a) do {if ((x) > (a)) (x) = (a); } while (0) macro 353 LIMITMAX(temp, 255); in start_voice() 360 LIMITMAX(temp, 255); in start_voice()
|
/kernel/linux/linux-6.6/sound/isa/sb/ |
H A D | emu8000_callback.c | 46 #define LIMITMAX(x, a) do {if ((x) > (a)) (x) = (a); } while (0) macro 275 LIMITMAX(temp, 255); in start_voice() 312 LIMITMAX(temp, 255); in trigger_voice()
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emu10k1_callback.c | 45 #define LIMITMAX(x, a) do {if ((x) > (a)) (x) = (a); } while (0) macro 388 LIMITMAX(temp, 255); in start_voice() 396 LIMITMAX(temp, 255); in start_voice()
|
/kernel/linux/linux-5.10/sound/synth/emux/ |
H A D | emux_synth.c | 24 #define LIMITMAX(x, a) do {if ((x) > (a)) (x) = (a); } while (0) macro 748 LIMITMAX(vp->velocity, 127); in calc_volume()
|
/kernel/linux/linux-6.6/sound/synth/emux/ |
H A D | emux_synth.c | 24 #define LIMITMAX(x, a) do {if ((x) > (a)) (x) = (a); } while (0) macro 748 LIMITMAX(vp->velocity, 127); in calc_volume()
|
Completed in 6 milliseconds