Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h61 #define bcm_toupper(c) (bcm_islower((c)) ? ((c) + 'A' - 'a') : (c)) macro
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c783 (value = bcm_isdigit(*cp) ? *cp-'0' : bcm_toupper(*cp)-'A'+10) < base) { in bcm_strtoul()