Home
last modified time | relevance | path

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

/linux-6.12.1/arch/m68k/q40/
Dq40ints.c110 static int sound_ticks; variable
119 if (sound_ticks) in q40_mksound()
120 sound_ticks = 1; in q40_mksound()
128 if (sound_ticks == 0) in q40_mksound()
129 sound_ticks = 1000; /* pretty long beep */ in q40_mksound()
130 sound_ticks = ticks << 1; in q40_mksound()
136 if (sound_ticks) { in q40_timer_int()
137 unsigned char sval=(sound_ticks & 1) ? 128-SVOL : 128+SVOL; in q40_timer_int()
138 sound_ticks--; in q40_timer_int()