tsc_counter_h     376 sound/pci/hda/hda_controller.c 	u64 tsc_counter, tsc_counter_l, tsc_counter_h;
tsc_counter_h     418 sound/pci/hda/hda_controller.c 		tsc_counter_h = snd_hdac_chip_readl(azx_bus(chip), TSCCU);
tsc_counter_h     427 sound/pci/hda/hda_controller.c 		tsc_counter = (tsc_counter_h << TSCCU_CCU_SHIFT) |