Lines Matching refs:sta
195 struct spm_hwcg_sta *sta) in spm_hwcg_get_setting() argument
199 if (!sta) in spm_hwcg_get_setting()
204 sta->sta = spm_hwcg_get_default(res, type); in spm_hwcg_get_setting()
207 sta->sta = spm_hwcg_mask_get(res, type); in spm_hwcg_get_setting()
211 MT_SPM_HW_CG_STA_INIT(sta); in spm_hwcg_get_setting()
220 struct spm_hwcg_sta *sta) in spm_hwcg_get_setting_by_index() argument
224 return spm_hwcg_get_setting(res, sta_type, type, sta); in spm_hwcg_get_setting_by_index()
468 struct spm_peri_req_sta *sta) in spm_peri_req_get_setting() argument
472 if (!sta) in spm_peri_req_get_setting()
477 sta->sta = spm_peri_req_get_default(res); in spm_peri_req_get_setting()
480 sta->sta = spm_peri_req_mask_get(res); in spm_peri_req_get_setting()
484 MT_SPM_HW_CG_STA_INIT(sta); in spm_peri_req_get_setting()
525 struct spm_peri_req_sta *sta) in spm_peri_req_get_setting_by_index() argument
529 return spm_peri_req_get_setting(res, sta_type, sta); in spm_peri_req_get_setting_by_index()