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