Searched defs:wl1271_acx_fm_coex (Results 1 – 2 of 2) sorted by relevance
835 struct wl1271_acx_fm_coex { struct836 struct acx_header header;838 u8 enable;843 u8 swallow_period;848 u8 n_divider_fref_set_1;853 u8 n_divider_fref_set_2;858 __le16 m_divider_fref_set_1;863 __le16 m_divider_fref_set_2;868 __le32 coex_pll_stabilization_time;873 __le16 ldo_stabilization_time;[all …]
1622 int wl1271_acx_fm_coex(struct wl1271 *wl) in wl1271_acx_fm_coex() function