Searched refs:ctrl_freq (Results 1 – 3 of 3) sorted by relevance
232 const unsigned int ctrl_freq = CONFIG_DRAM_CLK / 2; in ns_to_t() local234 return DIV_ROUND_UP(ctrl_freq * nanoseconds, 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()
80 const unsigned int ctrl_freq = in ns_to_t() local83 return (ctrl_freq * nanoseconds + 999) / 1000; in ns_to_t()