Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/hda/
Dhda_controller.c387 u64 tsc_counter, tsc_counter_l, tsc_counter_h; in azx_get_sync_time() local
438 tsc_counter = (tsc_counter_h << TSCCU_CCU_SHIFT) | in azx_get_sync_time()
474 *system = convert_art_to_tsc(tsc_counter); in azx_get_sync_time()