Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-sunxi/
H A Ddram_sun9i.c436 const u32 tCK = 1000000 / CONFIG_DRAM_CLK; in mctl_channel_init() local
/rk3399_rockchip-uboot/drivers/ram/rockchip/
H A Ddmc-rk3368.c445 static inline u32 tCK_to_ps(const ulong tCK, const ulong freq) in tCK_to_ps()