Home
last modified time | relevance | path

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

/Linux-v5.10/sound/pci/rme9652/
Dhdspm.c1568 u64 freq_const; in hdspm_calc_dds_value() local
1576 freq_const = 110069313433624ULL; in hdspm_calc_dds_value()
1580 freq_const = 104857600000000ULL; in hdspm_calc_dds_value()
1583 freq_const = 131072000000000ULL; in hdspm_calc_dds_value()
1590 return div_u64(freq_const, period); in hdspm_calc_dds_value()
4759 u64 freq_const = 0; in snd_hdspm_proc_read_tco() local
4812 freq_const = 110069313433624ULL; in snd_hdspm_proc_read_tco()
4816 freq_const = 104857600000000ULL; in snd_hdspm_proc_read_tco()
4827 rate = div_u64(freq_const, period); in snd_hdspm_proc_read_tco()