Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H 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()
H A Ddram_sun50i_h6.h292 const unsigned int ctrl_freq = CONFIG_DRAM_CLK / 2; in ns_to_t() local
294 return DIV_ROUND_UP(ctrl_freq * nanoseconds, 1000); in ns_to_t()
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun8i_a33.c80 const unsigned int ctrl_freq = in ns_to_t() local
83 return (ctrl_freq * nanoseconds + 999) / 1000; in ns_to_t()
H A Ddram_sun8i_a83t.c79 const unsigned int ctrl_freq = in ns_to_t() local
82 return (ctrl_freq * nanoseconds + 999) / 1000; in ns_to_t()