Home
last modified time | relevance | path

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

/wlan-driver/fw-api/fw/
H A Dhtt_stats.h11327 #define HTT_UMAC_RECOVERY_DONE_PRE_RESET_DISABLE_RXDMA_PREFETCH_GET(word0) \ argument
11328 (((word0) & HTT_UMAC_RECOVERY_DONE_PRE_RESET_DISABLE_RXDMA_PREFETCH_M) >> \
11333 #define HTT_UMAC_RECOVERY_DONE_PRE_RESET_DISABLE_RXDMA_PREFETCH_SET(word0, _val) \ argument
11336 ((word0) |= ((_val) << HTT_UMAC_RECOVERY_DONE_PRE_RESET_DISABLE_RXDMA_PREFETCH_S));\
11342 #define HTT_UMAC_RECOVERY_DONE_PRE_RESET_PMACS_HWMLOS_GET(word0) \ argument
11343 (((word0) & HTT_UMAC_RECOVERY_DONE_PRE_RESET_PMACS_HWMLOS_M) >> \
11348 #define HTT_UMAC_RECOVERY_DONE_PRE_RESET_PMACS_HWMLOS_SET(word0, _val) \ argument
11351 ((word0) |= ((_val) << HTT_UMAC_RECOVERY_DONE_PRE_RESET_PMACS_HWMLOS_S));\
11357 #define HTT_UMAC_RECOVERY_DONE_PRE_RESET_GLOBAL_WSI_GET(word0) \ argument
11358 (((word0) & HTT_UMAC_RECOVERY_DONE_PRE_RESET_GLOBAL_WSI_M) >> \
[all …]
H A Dhtt.h10196 #define HTT_H2T_SAWF_DEF_QUEUES_UNMAP_REQ_SVC_CLASS_ID_GET(word0) \ argument
10197 (((word0) & HTT_H2T_SAWF_DEF_QUEUES_UNMAP_REQ_SVC_CLASS_ID_M) >> \
10199 #define HTT_RX_SAWF_DEF_QUEUES_UNMAP_REQ_SVC_CLASS_ID_SET(word0, _val) \ argument
10202 ((word0) |= ((_val) << HTT_H2T_SAWF_DEF_QUEUES_UNMAP_REQ_SVC_CLASS_ID_S)); \
10207 #define HTT_H2T_SAWF_DEF_QUEUES_UNMAP_REQ_PEER_ID_GET(word0) \ argument
10208 (((word0) & HTT_H2T_SAWF_DEF_QUEUES_UNMAP_REQ_PEER_ID_M) >> \
10210 #define HTT_RX_SAWF_DEF_QUEUES_UNMAP_REQ_PEER_ID_SET(word0, _val) \ argument
10213 ((word0) |= ((_val) << HTT_H2T_SAWF_DEF_QUEUES_UNMAP_REQ_PEER_ID_S)); \
10266 #define HTT_H2T_SAWF_DEF_QUEUES_MAP_REPORT_REQ_TID_MASK_GET(word0) \ argument
10267 (((word0) & HTT_H2T_SAWF_DEF_QUEUES_MAP_REPORT_REQ_TID_MASK_M) >> \
[all …]
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
H A Dol_htt_tx_api.h738 uint32_t *word0; in htt_tx_desc_type() local
740 word0 = (uint32_t *) htt_tx_desc; in htt_tx_desc_type()
742 *word0 &= ~(HTT_TX_DESC_PKT_TYPE_M | HTT_TX_DESC_PKT_SUBTYPE_M); in htt_tx_desc_type()
744 HTT_TX_DESC_PKT_TYPE_SET(*word0, type); in htt_tx_desc_type()
745 HTT_TX_DESC_PKT_SUBTYPE_SET(*word0, sub_type); in htt_tx_desc_type()
/wlan-driver/qcacld-3.0/uapi/linux/
H A Ddbglog_common.h94 unsigned int word0; /* type, length */ member
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_tx.c1685 uint32_t *word0, *word1, local_word3; in htt_tx_desc_init() local
1715 word0 = (uint32_t *) htt_tx_desc; in htt_tx_desc_init()
1716 word1 = word0 + 1; in htt_tx_desc_init()
1722 word4 = word0 + 4; /* Dword 3 */ in htt_tx_desc_init()
1724 word3 = word0 + 3; /* Dword 3 */ in htt_tx_desc_init()
1767 *word0 = local_word0; in htt_tx_desc_init()
/wlan-driver/qca-wifi-host-cmn/utils/fwlog/
H A Ddbglog_host.c1705 diag_type = WLAN_DIAG_0_TYPE_GET(diag_data->word0); in process_fw_diag_event_data()
1706 diag_data_len = WLAN_DIAG_0_LEN_GET(diag_data->word0); in process_fw_diag_event_data()