Home
last modified time | relevance | path

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

/sound/pci/rme9652/
Dhdspm.c1574 u64 freq_const; in hdspm_calc_dds_value() local
1582 freq_const = 110069313433624ULL; in hdspm_calc_dds_value()
1586 freq_const = 104857600000000ULL; in hdspm_calc_dds_value()
1589 freq_const = 131072000000000ULL; in hdspm_calc_dds_value()
1596 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()