Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_controller.c389 u64 ll_counter, ll_counter_l, ll_counter_h; in azx_get_sync_time() local
436 ll_counter_h = snd_hdac_chip_readl(azx_bus(chip), LLPCU); in azx_get_sync_time()
444 ll_counter = (ll_counter_h << LLPC_CCU_SHIFT) | ll_counter_l; in azx_get_sync_time()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_controller.c372 u64 ll_counter, ll_counter_l, ll_counter_h; in azx_get_sync_time() local
419 ll_counter_h = snd_hdac_chip_readl(azx_bus(chip), LLPCU); in azx_get_sync_time()
427 ll_counter = (ll_counter_h << LLPC_CCU_SHIFT) | ll_counter_l; in azx_get_sync_time()

Completed in 4 milliseconds