Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/boot/
H A Dstring.c50 #define TOLOWER(x) ((x) | 0x20) macro
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dstring.c112 #define TOLOWER(x) ((x) | 0x20) macro
/openbmc/linux/arch/x86/boot/
H A Dstring.c100 #define TOLOWER(x) ((x) | 0x20) macro
/openbmc/linux/drivers/usb/storage/
H A Dusb.c472 #define TOLOWER(x) ((x) | 0x20) macro