Home
last modified time | relevance | path

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

/sound/hda/
Dhdac_stream.c552 struct timecounter *tc = &azx_dev->tc; in azx_timecounter_init() local
573 timecounter_init(tc, cc, nsec); in azx_timecounter_init()
579 tc->cycle_last = last; in azx_timecounter_init()
608 cycle_last = s->tc.cycle_last; in snd_hdac_stream_timecounter_init()
/sound/pci/rme9652/
Dhdspm.c4109 unsigned int tc[4] = { 0, 0, 0, 0}; in hdspm_tco_write() local
4113 tc[2] |= HDSPM_TCO2_set_input_MSB; in hdspm_tco_write()
4116 tc[2] |= HDSPM_TCO2_set_input_LSB; in hdspm_tco_write()
4124 tc[1] |= HDSPM_TCO1_LTC_Format_LSB; in hdspm_tco_write()
4127 tc[1] |= HDSPM_TCO1_LTC_Format_MSB; in hdspm_tco_write()
4130 tc[1] |= HDSPM_TCO1_LTC_Format_MSB + in hdspm_tco_write()
4134 tc[1] |= HDSPM_TCO1_LTC_Format_LSB + in hdspm_tco_write()
4138 tc[1] |= HDSPM_TCO1_LTC_Format_LSB + in hdspm_tco_write()
4148 tc[2] |= HDSPM_TCO2_WCK_IO_ratio_LSB; in hdspm_tco_write()
4151 tc[2] |= HDSPM_TCO2_WCK_IO_ratio_MSB; in hdspm_tco_write()
[all …]
/sound/soc/
Dsoc-topology.c716 struct snd_kcontrol_new *kc, struct snd_soc_tplg_ctl_hdr *tc) in soc_tplg_create_tlv() argument
719 u32 access = le32_to_cpu(tc->access); in soc_tplg_create_tlv()
725 tplg_tlv = &tc->tlv; in soc_tplg_create_tlv()
/sound/pci/hda/
Dhda_controller.c509 nsec = timecounter_read(&azx_dev->core.tc); in azx_get_time_info()
/sound/soc/intel/skylake/
Dskl-pcm.c1264 nsec = timecounter_read(&hstr->tc); in skl_get_time_info()