Home
last modified time | relevance | path

Searched defs:ath11k_hw_params (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhw.h143 struct ath11k_hw_params { struct
144 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 …]
H A Dcore.c48 static const struct ath11k_hw_params ath11k_hw_params[] = { variable