Home
last modified time | relevance | path

Searched refs:HTT_T2H_MSG_TYPE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddp.h1040 #define HTT_T2H_MSG_TYPE GENMASK(7, 0) macro
H A Ddp_rx.c1694 enum htt_t2h_msg_type type = FIELD_GET(HTT_T2H_MSG_TYPE, *(u32 *)resp); in ath11k_dp_htt_htc_t2h_msg_handler()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp.h1206 #define HTT_T2H_MSG_TYPE GENMASK(7, 0) macro
H A Ddp_rx.c1699 type = le32_get_bits(resp->version_msg.version, HTT_T2H_MSG_TYPE); in ath12k_dp_htt_htc_t2h_msg_handler()