Searched refs:ctrl_freq (Results 1 – 5 of 5) sorted by relevance
152 const unsigned int ctrl_freq = CONFIG_DRAM_CLK / 2; in ns_to_t() local154 return DIV_ROUND_UP(ctrl_freq * nanoseconds, 1000); in ns_to_t()
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()
329 const unsigned int ctrl_freq = CONFIG_DRAM_CLK / 2; in ns_to_t() local331 return DIV_ROUND_UP(ctrl_freq * nanoseconds, 1000); in ns_to_t()
82 const unsigned int ctrl_freq = in ns_to_t() local85 return (ctrl_freq * nanoseconds + 999) / 1000; in ns_to_t()
81 const unsigned int ctrl_freq = in ns_to_t() local84 return (ctrl_freq * nanoseconds + 999) / 1000; in ns_to_t()
Completed in 16 milliseconds