taglinefilesource code
hw_timebase1338drivers/sound/mpu401.cstatic volatile int curr_tempo, curr_timebase, hw_timebase;
hw_timebase1355drivers/sound/mpu401.creturn ((clocks * curr_timebase) + (hw_timebase / 2)) / hw_timebase;
hw_timebase1378drivers/sound/mpu401.chw_timebase = hw_val * 24;
hw_timebase1486drivers/sound/mpu401.ccurr_timebase = hw_timebase = 120;