Home
last modified time | relevance | path

Searched refs:bcm_islower (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmutils.h77 #define bcm_islower(c) ((bcm_ismask(c)&(_BCM_L)) != 0) macro
84 #define bcm_toupper(c) (bcm_islower((c)) ? ((c) + 'A' - 'a') : (c))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmutils.h77 #define bcm_islower(c) ((bcm_ismask(c)&(_BCM_L)) != 0) macro
84 #define bcm_toupper(c) (bcm_islower((c)) ? ((c) + 'A' - 'a') : (c))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmutils.h77 #define bcm_islower(c) ((bcm_ismask(c)&(_BCM_L)) != 0) macro
84 #define bcm_toupper(c) (bcm_islower((c)) ? ((c) + 'A' - 'a') : (c))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmutils.h72 #define bcm_islower(c) ((bcm_ismask(c)&(_BCM_L)) != 0) macro
79 #define bcm_toupper(c) (bcm_islower((c)) ? ((c) + 'A' - 'a') : (c))
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmutils.h87 #define bcm_islower(c) ((bcm_ismask(c)&(_BCM_L)) != 0) macro
94 #define bcm_toupper(c) (bcm_islower((c)) ? ((c) + 'A' - 'a') : (c))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmutils.h87 #define bcm_islower(c) ((bcm_ismask(c)&(_BCM_L)) != 0) macro
94 #define bcm_toupper(c) (bcm_islower((c)) ? ((c) + 'A' - 'a') : (c))