Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/v4l2-core/
Dtuner-core.c1090 unsigned long freq, freq_fraction; in tuner_status() local
1109 freq_fraction = (t->radio_freq % 16000) * 100 / 16000; in tuner_status()
1112 freq_fraction = (t->tv_freq % 16) * 100 / 16; in tuner_status()
1116 pr_info("Frequency: %lu.%02lu MHz\n", freq, freq_fraction); in tuner_status()