Home
last modified time | relevance | path

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

/linux/sound/pci/hda/
H A Dhda_controller.c378 u64 tsc_counter, tsc_counter_l, tsc_counter_h; in azx_get_sync_time()
429 tsc_counter = (tsc_counter_h << TSCCU_CCU_SHIFT) | in azx_get_sync_time()
465 system->cycles = tsc_counter; in azx_get_sync_time()
379 u64 tsc_counter, tsc_counter_l, tsc_counter_h; azx_get_sync_time() local