Home
last modified time | relevance | path

Searched defs:wide (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/tools/rockchip/
H A Dboot_merger.c547 static inline void str2wide(const char *str, uint16_t *wide, int len) in str2wide()
889 static inline void wide2str(const uint16_t *wide, char *str, int len) in wide2str()
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_ecc.c294 static int rockchip_ecc_request_set(uint32_t ecc_ctl, uint32_t wide) in rockchip_ecc_request_set()
/rk3399_rockchip-uboot/include/rockchip/
H A Dcrypto_ecc.h93 uint32_t wide; member
/rk3399_rockchip-uboot/drivers/serial/
H A Dusbtty.c374 static void str2wide (char *str, u16 * wide) in str2wide()