Home
last modified time | relevance | path

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

/sound/oss/
Dsound_timer.c22 static volatile int curr_tempo, curr_timebase; variable
41 scale = (60 * 1000000) / (curr_tempo * curr_timebase); /* usecs per MIDI tick */ in tmr2ticks()
57 usecs_per_tick = (60 * 1000000) / (curr_tempo * curr_timebase); in reprogram_timer()
100 curr_tempo = 60; in timer_open()
160 curr_tempo = parm; in timer_event()
231 curr_tempo = val; in timer_ioctl()
234 val = curr_tempo; in timer_ioctl()
242 val = ((curr_tempo * curr_timebase) + 30) / 60; in timer_ioctl()
Dsys_timer.c24 static volatile int curr_tempo, curr_timebase; variable
46 scale = (60 * 1000000) / (curr_tempo * curr_timebase); /* usecs per MIDI tick */ in tmr2ticks()
95 curr_tempo = 60; in def_tmr_open()
161 curr_tempo = parm; in def_tmr_event()
230 curr_tempo = val; in def_tmr_ioctl()
233 return __put_user(curr_tempo, p); in def_tmr_ioctl()
240 val = ((curr_tempo * curr_timebase) + 30) / 60; in def_tmr_ioctl()
Dmpu401.c1233 static volatile int curr_tempo, curr_timebase, hw_timebase; variable
1371 curr_tempo = 50; in mpu_timer_open()
1448 curr_tempo = parm; in mpu_timer_event()
1556 curr_tempo = val; in mpu_timer_ioctl()
1558 if (put_user(curr_tempo, p)) in mpu_timer_ioctl()
1560 return curr_tempo; in mpu_timer_ioctl()
1572 val = ((curr_tempo * curr_timebase) + 30)/60; in mpu_timer_ioctl()