Searched defs:wide (Results 1 – 4 of 4) sorted by relevance
547 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()
294 static int rockchip_ecc_request_set(uint32_t ecc_ctl, uint32_t wide) in rockchip_ecc_request_set()
93 uint32_t wide; member
374 static void str2wide (char *str, u16 * wide) in str2wide()