Home
last modified time | relevance | path

Searched refs:tsc_counter_h (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_controller.c390 u64 tsc_counter, tsc_counter_l, tsc_counter_h; in azx_get_sync_time() local
432 tsc_counter_h = snd_hdac_chip_readl(azx_bus(chip), TSCCU); in azx_get_sync_time()
441 tsc_counter = (tsc_counter_h << TSCCU_CCU_SHIFT) | in azx_get_sync_time()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_controller.c373 u64 tsc_counter, tsc_counter_l, tsc_counter_h; in azx_get_sync_time() local
415 tsc_counter_h = snd_hdac_chip_readl(azx_bus(chip), TSCCU); in azx_get_sync_time()
424 tsc_counter = (tsc_counter_h << TSCCU_CCU_SHIFT) | in azx_get_sync_time()

Completed in 6 milliseconds