Home
last modified time | relevance | path

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

/linux-4.1.27/sound/oss/
Dmpu401.c1233 static volatile int curr_tempo, curr_timebase, hw_timebase; variable
1248 return ((clocks * curr_timebase) + (hw_timebase / 2)) / hw_timebase; in clocks2ticks()
1270 hw_timebase = hw_val * 24; in set_timebase()
1373 curr_timebase = hw_timebase = 120; in mpu_timer_open()