Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcm4329/dhdutil/include/
Dbcmutils.h60 #define bcm_toupper(c) (bcm_islower((c)) ? ((c) + 'A' - 'a') : (c)) macro
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h61 #define bcm_toupper(c) (bcm_islower((c)) ? ((c) + 'A' - 'a') : (c)) macro