Home
last modified time | relevance | path

Searched refs:bit (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_rx_flow.c298 int bit; in hal_flow_toeplitz_create_cache() local
321 for (bit = 1; bit < 8; bit++) { in hal_flow_toeplitz_create_cache()
327 shifted_key[bit] = cur_key << bit | in hal_flow_toeplitz_create_cache()
328 new_key_byte >> (8 - bit); in hal_flow_toeplitz_create_cache()
339 for (bit = 0, mask = 1 << 7; bit < 8; bit++, mask >>= 1) in hal_flow_toeplitz_create_cache()
341 hash ^= shifted_key[bit]; in hal_flow_toeplitz_create_cache()
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_func_tracker.c30 unsigned int bit = 0; in cc_func() local
33 bit = track % 8; in cc_func()
34 qdf_func_call_map_buf[index] |= (char)(1 << bit); in cc_func()
/wlan-driver/fw-api/fw/
Dwmi_services.h737 int bit = (svc_id) & 0x1f; /* svc_id mod 32 */ \
738 (pwmi_svc_ext_bmap)[word] |= ((A_UINT32) 1 << bit); \
748 int bit = (svc_id) & 0x1f; /* svc_id mod 32 */ \
749 (pwmi_svc_ext_bmap)[word] &= ~((A_UINT32) 1 << bit); \
772 int bit = (svc_id) & 0x1f; /* svc_id mod 32 */ \
773 (pwmi_svc_ext2_bmap)[word] |= ((A_UINT32) 1 << bit); \
786 int bit = (svc_id) & 0x1f; /* svc_id mod 32 */ \
787 (pwmi_svc_ext2_bmap)[word] &= ~((A_UINT32) 1 << bit); \
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/inc/
Dwlan_vdev_mgr_tgt_if_rx_defs.h67 static inline char *string_from_rsp_bit(enum wlan_vdev_mgr_tgt_if_rsp_bit bit) in string_from_rsp_bit() argument
77 return (char *)strings[bit]; in string_from_rsp_bit()
/wlan-driver/fw-api/hw/qcn9000/
DHALhwio.h614 #define MSM_SET_BIT(io, bit) HWIO_OUTM(io, (1<<bit), (1<<bit)) argument
618 #define MSM_CLEAR_BIT(io, bit) HWIO_OUTM(io, (1<<bit), 0) argument
635 #define MSM_GET_BIT(io, bit) (HWIO_INM(io, (1<<bit) ) >> bit) argument
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms40 %8-bit-type uint8_t // 8,
41 %16-bit-type uint16_t // 16,
42 %32-bit-type uint32_t // & 32-bit unsigned integral types. These can also
515 * into a four-bit major part using the top MSBs and four-bit minor part
803 * password value. The Rekey value indicates that the device's 256-bit
1209 * The one-byte field is broken into a four-bit major part using
1210 * the top MSBs and four-bit minor part using the LSBs. As an example,
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_api.h4511 #define HE_CH_WIDTH_GET_BIT(ch_wd, bit) (((ch_wd) >> (bit)) & 1) argument
4515 #define HE_CH_WIDTH_CLR_BIT(ch_wd, bit) (((ch_wd) >> (bit)) & ~1) argument
/wlan-driver/qcacld-3.0/
DKconfig32 bool "Enable 37-bit physical/bus addresses"
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
Dwlan_mlme_api.c765 enum wlan_mlme_aux_caps_bit bit, in wlan_mlme_is_aux_cap_support() argument
789 return (supported_modes_bitmap & (0x1 << bit)) ? true : false; in wlan_mlme_is_aux_cap_support()