Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhw.h44 #define TARGET_RX_CHAIN_MASK (BIT(0) | BIT(1) | BIT(2) | BIT(4)) macro
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhw.h42 #define TARGET_RX_CHAIN_MASK (BIT(0) | BIT(1) | BIT(2) | BIT(4)) macro
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhw.h697 #define TARGET_RX_CHAIN_MASK (BIT(0) | BIT(1) | BIT(2)) macro
H A Dwmi.c6667 config.rx_chain_mask = __cpu_to_le32(TARGET_RX_CHAIN_MASK); in ath10k_wmi_op_gen_init()