Lines Matching refs:acs
21 struct auto_chan_sel *acs = &phl_info->acs; in phl_acs_mntr_trigger() local
27 _os_mem_set(phl_to_drvpriv(phl_info), acs, 0, sizeof(struct auto_chan_sel)); in phl_acs_mntr_trigger()
30 acs->curr_idx = idx; in phl_acs_mntr_trigger()
31 acs->chset[idx] = channel; in phl_acs_mntr_trigger()
38 struct auto_chan_sel *acs = &phl_info->acs; in phl_acs_mntr_result() local
39 u8 idx = acs->curr_idx; in phl_acs_mntr_result()
52 acs->clm_ratio[idx] = rpt.clm_ratio; in phl_acs_mntr_result()
53 acs->nhm_pwr[idx] = rpt.nhm_pwr; in phl_acs_mntr_result()
60 struct auto_chan_sel *acs = &phl_info->acs; in rtw_phl_acs_get_channel_by_idx() local
67 return acs->chset[idx]; in rtw_phl_acs_get_channel_by_idx()
73 struct auto_chan_sel *acs = &phl_info->acs; in rtw_phl_acs_get_clm_ratio_by_idx() local
80 return acs->clm_ratio[idx]; in rtw_phl_acs_get_clm_ratio_by_idx()
86 struct auto_chan_sel *acs = &phl_info->acs; in rtw_phl_noise_query_by_idx() local
94 return acs->nhm_pwr[idx] - 110; in rtw_phl_noise_query_by_idx()