Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dsl811-hcd.c475 static int ascii2utf (char *s, u8 *utf, int utfmax) in ascii2utf() argument
479 for (retval = 0; *s && utfmax > 1; utfmax -= 2, retval += 2) { in ascii2utf()