Searched defs:ath11k_hw_params (Results 1 – 2 of 2) sorted by relevance
143 struct ath11k_hw_params { struct144 const char *name;145 u16 hw_rev;146 u8 max_radios;147 u32 bdf_addr;149 struct {153 } fw;155 const struct ath11k_hw_ops *hw_ops;156 const struct ath11k_hw_ring_mask *ring_mask;158 bool internal_sleep_clock;[all …]
48 static const struct ath11k_hw_params ath11k_hw_params[] = { variable