Home
last modified time | relevance | path

Searched refs:nanoseconds (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/doc/device-tree-bindings/pwm/
H A Dtegra20-pwm.txt10 cell is the period in nanoseconds.
H A Dpwm.txt44 period in nanoseconds.
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sunxi_dw.h230 static inline int ns_to_t(int nanoseconds) in ns_to_t() argument
234 return DIV_ROUND_UP(ctrl_freq * nanoseconds, 1000); in ns_to_t()
/rk3399_rockchip-uboot/arch/arm/mach-sunxi/
H A Ddram_sun8i_a33.c79 static inline int ns_to_t(int nanoseconds) in ns_to_t() argument
84 return (ctrl_freq * nanoseconds + 999) / 1000; in ns_to_t()
H A Ddram_sun8i_a83t.c78 static inline int ns_to_t(int nanoseconds) in ns_to_t() argument
83 return (ctrl_freq * nanoseconds + 999) / 1000; in ns_to_t()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dkeystone-k2l-evm.dts54 /* all timings in nanoseconds */
H A Dkeystone-k2e-evm.dts77 /* all timings in nanoseconds */
H A Dkeystone-k2hk-evm.dts98 /* all timings in nanoseconds */