Home
last modified time | relevance | path

Searched refs:tCK (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun9i.c433 const u32 tCK = 1000000 / CONFIG_DRAM_CLK; in mctl_channel_init() local
435 if ((para->cl_cwl_table[i].tCKmin <= tCK) && in mctl_channel_init()
436 (tCK < para->cl_cwl_table[i].tCKmax)) { in mctl_channel_init()
/openbmc/u-boot/drivers/ram/rockchip/
H A Ddmc-rk3368.c442 static inline u32 tCK_to_ps(const ulong tCK, const ulong freq) in tCK_to_ps() argument
445 return DIV_ROUND_UP(tCK * 1000000 * MHz, freq); in tCK_to_ps()