Searched defs:halrf_dack_info (Results 1 – 4 of 4) sorted by relevance
23 struct halrf_dack_info { struct24 bool dack_done;25 u8 msbk_d[2][2][16];26 u8 dadck_d[2][2]; /*path/IQ*/27 u16 addck_d[2][2]; /*path/IQ*/28 u16 biask_d[2][2]; /*path/IQ*/29 u32 dack_cnt;30 u32 dack_time;31 bool addck_timeout[2];32 bool dadck_timeout[2];[all …]
581 void halrf_dack_info(struct rf_info *rf, char input[][16], u32 *_used, in halrf_dack_info() function