Searched defs:_addr (Results 1 – 12 of 12) sorted by relevance
/wlan-driver/wpa_supplicant_8/src/crypto/ |
H A D | aes-siv.c |
|
H A D | sha512.c |
|
H A D | sha384.c |
|
H A D | md5.c |
|
H A D | sha1.c |
|
H A D | sha256.c |
|
H A D | tls_gnutls.c |
|
/wlan-driver/fw-api/fw/ |
H A D | wmi.h | 76 #define GET_FIELD(_addr, _f) MS(*((A_UINT32 *)(_addr) + WO(_f)), _f) argument 78 #define SET_FIELD(_addr, _f, _val) \ argument
|
H A D | htc.h | 45 #define GET_FIELD(_addr, _f) MS(*((A_UINT32 *)(_addr) + WO(_f)), _f) argument 47 #define SET_FIELD(_addr, _f, _val) \ argument 57 #define HTC_WRITE32(_addr, _val) \ argument
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
H A D | wmi_unified.c | 63 #define GET_FIELD(_addr, _f) MS(*((uint32_t *)(_addr) + WO(_f)), _f) argument 65 #define SET_FIELD(_addr, _f, _val) \ argument
|
/wlan-driver/qcacld-3.0/core/dp/htt/ |
H A D | htt_internal.h | 110 #define GET_FIELD(_addr, _f) MS(*((A_UINT32 *)(_addr) + WO(_f)), _f) argument
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ |
H A D | ctrl_iface.c |
|