tag | line | file | source code |
---|---|---|---|
hw_timebase | 1338 | drivers/sound/mpu401.c | static volatile int curr_tempo, curr_timebase, hw_timebase; |
hw_timebase | 1355 | drivers/sound/mpu401.c | return ((clocks * curr_timebase) + (hw_timebase / 2)) / hw_timebase; |
hw_timebase | 1378 | drivers/sound/mpu401.c | hw_timebase = hw_val * 24; |
hw_timebase | 1486 | drivers/sound/mpu401.c | curr_timebase = hw_timebase = 120; |