Home
last modified time | relevance | path

Searched defs: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
/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()