Searched defs:ath11k_hw_params (Results 1 – 2 of 2) sorted by relevance
136 struct ath11k_hw_params { struct137 const char *name;138 u16 hw_rev;139 u8 max_radios;140 u32 bdf_addr;142 struct {146 } fw;148 const struct ath11k_hw_ops *hw_ops;149 const struct ath11k_hw_ring_mask *ring_mask;151 bool internal_sleep_clock;[all …]
35 static const struct ath11k_hw_params ath11k_hw_params[] = { variable