Searched refs:ctrl_freq (Results 1 – 6 of 6) sorted by relevance
231 const unsigned int ctrl_freq = CONFIG_DRAM_CLK / 2; in ns_to_t() local233 return DIV_ROUND_UP(ctrl_freq * nanoseconds, 1000); in ns_to_t()
292 const unsigned int ctrl_freq = CONFIG_DRAM_CLK / 2; in ns_to_t() local294 return DIV_ROUND_UP(ctrl_freq * nanoseconds, 1000); in ns_to_t()
80 const unsigned int ctrl_freq = in ns_to_t() local83 return (ctrl_freq * nanoseconds + 999) / 1000; in ns_to_t()
79 const unsigned int ctrl_freq = in ns_to_t() local82 return (ctrl_freq * nanoseconds + 999) / 1000; in ns_to_t()
235 int ctrl_freq; member
1112 .frequency = dev->ctrl_freq, in au0828_init_tuner()1546 freq->frequency = dev->ctrl_freq; in vidioc_g_frequency()1568 dev->ctrl_freq = new_freq.frequency; in vidioc_s_frequency()1967 dev->ctrl_freq = 960; in au0828_analog_register()