Home
last modified time | relevance | path

Searched refs:ctrl_freq (Results 1 – 5 of 5) sorted by relevance

/u-boot/arch/arm/include/asm/arch-sunxi/
A Ddram_sun50i_h616.h152 const unsigned int ctrl_freq = CONFIG_DRAM_CLK / 2; in ns_to_t() local
154 return DIV_ROUND_UP(ctrl_freq * nanoseconds, 1000); in ns_to_t()
A Ddram_sunxi_dw.h231 const unsigned int ctrl_freq = CONFIG_DRAM_CLK / 2; in ns_to_t() local
233 return DIV_ROUND_UP(ctrl_freq * nanoseconds, 1000); in ns_to_t()
A Ddram_sun50i_h6.h329 const unsigned int ctrl_freq = CONFIG_DRAM_CLK / 2; in ns_to_t() local
331 return DIV_ROUND_UP(ctrl_freq * nanoseconds, 1000); in ns_to_t()
/u-boot/arch/arm/mach-sunxi/
A Ddram_sun8i_a33.c82 const unsigned int ctrl_freq = in ns_to_t() local
85 return (ctrl_freq * nanoseconds + 999) / 1000; in ns_to_t()
A Ddram_sun8i_a83t.c81 const unsigned int ctrl_freq = in ns_to_t() local
84 return (ctrl_freq * nanoseconds + 999) / 1000; in ns_to_t()

Completed in 16 milliseconds