Searched refs:ctrl_freq (Results 1 – 4 of 4) 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()