Searched refs:word0 (Results 1 – 6 of 6) sorted by relevance
11327 #define HTT_UMAC_RECOVERY_DONE_PRE_RESET_DISABLE_RXDMA_PREFETCH_GET(word0) \ argument11328 (((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) \ argument11336 ((word0) |= ((_val) << HTT_UMAC_RECOVERY_DONE_PRE_RESET_DISABLE_RXDMA_PREFETCH_S));\11342 #define HTT_UMAC_RECOVERY_DONE_PRE_RESET_PMACS_HWMLOS_GET(word0) \ argument11343 (((word0) & HTT_UMAC_RECOVERY_DONE_PRE_RESET_PMACS_HWMLOS_M) >> \11348 #define HTT_UMAC_RECOVERY_DONE_PRE_RESET_PMACS_HWMLOS_SET(word0, _val) \ argument11351 ((word0) |= ((_val) << HTT_UMAC_RECOVERY_DONE_PRE_RESET_PMACS_HWMLOS_S));\11357 #define HTT_UMAC_RECOVERY_DONE_PRE_RESET_GLOBAL_WSI_GET(word0) \ argument11358 (((word0) & HTT_UMAC_RECOVERY_DONE_PRE_RESET_GLOBAL_WSI_M) >> \[all …]
10196 #define HTT_H2T_SAWF_DEF_QUEUES_UNMAP_REQ_SVC_CLASS_ID_GET(word0) \ argument10197 (((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) \ argument10202 ((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) \ argument10208 (((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) \ argument10213 ((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) \ argument10267 (((word0) & HTT_H2T_SAWF_DEF_QUEUES_MAP_REPORT_REQ_TID_MASK_M) >> \[all …]
738 uint32_t *word0; in htt_tx_desc_type() local740 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()
94 unsigned int word0; /* type, length */ member
1685 uint32_t *word0, *word1, local_word3; in htt_tx_desc_init() local1715 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()
1705 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()