Searched defs:wl1271_acx_fm_coex (Results 1 – 2 of 2) sorted by relevance
836 struct wl1271_acx_fm_coex { struct837 struct acx_header header;839 u8 enable;844 u8 swallow_period;849 u8 n_divider_fref_set_1;854 u8 n_divider_fref_set_2;859 __le16 m_divider_fref_set_1;864 __le16 m_divider_fref_set_2;869 __le32 coex_pll_stabilization_time;874 __le16 ldo_stabilization_time;[all …]
1622 int wl1271_acx_fm_coex(struct wl1271 *wl) in wl1271_acx_fm_coex() function