Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dstring.h98 extern char * strswab(const char *);
/openbmc/u-boot/drivers/block/
H A Dide.c644 strswab(dev_desc->revision); in ide_ident()
645 strswab(dev_desc->vendor); in ide_ident()
646 strswab(dev_desc->product); in ide_ident()
/openbmc/u-boot/lib/
H A Dstring.c441 char *strswab(const char *s) in strswab() function