Searched refs:tCK (Results 1 – 2 of 2) sorted by relevance
433 const u32 tCK = 1000000 / CONFIG_DRAM_CLK; in mctl_channel_init() local435 if ((para->cl_cwl_table[i].tCKmin <= tCK) && in mctl_channel_init()436 (tCK < para->cl_cwl_table[i].tCKmax)) { in mctl_channel_init()
442 static inline u32 tCK_to_ps(const ulong tCK, const ulong freq) in tCK_to_ps() argument445 return DIV_ROUND_UP(tCK * 1000000 * MHz, freq); in tCK_to_ps()