Home
last modified time | relevance | path

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

/sound/pci/rme9652/
Dhdspm.c4129 unsigned int tc[4] = { 0, 0, 0, 0}; in hdspm_tco_write() local
4133 tc[2] |= HDSPM_TCO2_set_input_MSB; in hdspm_tco_write()
4136 tc[2] |= HDSPM_TCO2_set_input_LSB; in hdspm_tco_write()
4144 tc[1] |= HDSPM_TCO1_LTC_Format_LSB; in hdspm_tco_write()
4147 tc[1] |= HDSPM_TCO1_LTC_Format_MSB; in hdspm_tco_write()
4150 tc[1] |= HDSPM_TCO1_LTC_Format_MSB + in hdspm_tco_write()
4154 tc[1] |= HDSPM_TCO1_LTC_Format_LSB + in hdspm_tco_write()
4158 tc[1] |= HDSPM_TCO1_LTC_Format_LSB + in hdspm_tco_write()
4168 tc[2] |= HDSPM_TCO2_WCK_IO_ratio_LSB; in hdspm_tco_write()
4171 tc[2] |= HDSPM_TCO2_WCK_IO_ratio_MSB; in hdspm_tco_write()
[all …]
/sound/pci/hda/
Dhda_controller.c232 struct timecounter *tc = &azx_dev->azx_tc; in azx_timecounter_init() local
253 timecounter_init(tc, cc, nsec); in azx_timecounter_init()
259 tc->cycle_last = last; in azx_timecounter_init()