HomeSort by relevance Sort by last modified time
    Searched refs:bcm_tolower (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmutils.h 59 #define bcm_tolower(c) (bcm_isupper((c)) ? ((c) + 'a' - 'A') : (c)) macro
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 59 #define bcm_tolower(c) (bcm_isupper((c)) ? ((c) + 'a' - 'A') : (c)) macro

Completed in 2180 milliseconds