Searched refs:word32 (Results 1 – 6 of 6) sorted by relevance
59 #define WLANFW_HEALTH_MON_MODULE_ID_GET(word32) \ argument60 (((word32) & 0x000000ff) >> 0)61 #define WLANFW_HEALTH_MON_METRIC_LOCAL_ID_GET(word32) \ argument62 (((word32) & 0x00007f00) >> 8)63 #define WLANFW_HEALTH_MON_INSTANCE_ID_GET(word32) \ argument64 (((word32) & 0xffff8000) >> 15)77 #define WLANFW_HEALTH_MON_MODULE_ID_GET(word32) \ argument78 (((word32) >> 24) && 0xff)82 #define WLANFW_HEALTH_MON_METRIC_LOCAL_ID_GET(word32) \ argument83 (((word32) >> 16) && 0x7f)[all …]
4921 #define WMI_RSRC_CFG_FLAG_SET(word32, flag, value) \ argument4923 (word32) &= ~WMI_RSRC_CFG_FLAG_ ## flag ## _M; \4924 (word32) |= ((value) << WMI_RSRC_CFG_FLAG_ ## flag ## _S) & \4927 #define WMI_RSRC_CFG_FLAG_GET(word32, flag) \ argument4928 (((word32) & WMI_RSRC_CFG_FLAG_ ## flag ## _M) >> \4931 #define WMI_RSRC_CFG_FLAG_WOW_IGN_PCIE_RST_SET(word32, value) \ argument4932 WMI_RSRC_CFG_FLAG_SET((word32), WOW_IGN_PCIE_RST, (value))4933 #define WMI_RSRC_CFG_FLAG_WOW_IGN_PCIE_RST_GET(word32) \ argument4934 WMI_RSRC_CFG_FLAG_GET((word32), WOW_IGN_PCIE_RST)4936 #define WMI_RSRC_CFG_FLAG_LTEU_SUPPORT_SET(word32, value) \ argument[all …]
9776 A_UINT32 word32; member9788 A_UINT32 word32; member
664 uint32_t *word32; in htt_tx_desc_frag() local669 word32 = (u_int32_t *)(desc); in htt_tx_desc_frag()671 *word32++ = 0; in htt_tx_desc_frag()672 *word32++ = 0; in htt_tx_desc_frag()673 *word32++ = 0; in htt_tx_desc_frag()676 *word32 |= (IPV4_CSUM_EN | TCP_IPV4_CSUM_EN | in htt_tx_desc_frag()680 *word32 = 0; in htt_tx_desc_frag()681 word32++; in htt_tx_desc_frag()682 *word32++ = 0; in htt_tx_desc_frag()683 *word32++ = 0; in htt_tx_desc_frag()[all …]