Searched defs:wl1271_acx_fm_coex (Results 1 – 2 of 2) sorted by relevance
822 struct wl1271_acx_fm_coex { struct823 struct acx_header header;825 u8 enable;830 u8 swallow_period;835 u8 n_divider_fref_set_1;840 u8 n_divider_fref_set_2;845 __le16 m_divider_fref_set_1;850 __le16 m_divider_fref_set_2;855 __le32 coex_pll_stabilization_time;860 __le16 ldo_stabilization_time;[all …]
1608 int wl1271_acx_fm_coex(struct wl1271 *wl) in wl1271_acx_fm_coex() function