Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/rme9652/
Dhdspm.c1564 u64 freq_const; in hdspm_calc_dds_value() local
1572 freq_const = 110069313433624ULL; in hdspm_calc_dds_value()
1576 freq_const = 104857600000000ULL; in hdspm_calc_dds_value()
1579 freq_const = 131072000000000ULL; in hdspm_calc_dds_value()
1586 return div_u64(freq_const, period); in hdspm_calc_dds_value()
4755 u64 freq_const = 0; in snd_hdspm_proc_read_tco() local
4808 freq_const = 110069313433624ULL; in snd_hdspm_proc_read_tco()
4812 freq_const = 104857600000000ULL; in snd_hdspm_proc_read_tco()
4823 rate = div_u64(freq_const, period); in snd_hdspm_proc_read_tco()