Lines Matching refs:sta
218 enum spm_hwcg_setting type, struct spm_hwcg_sta *sta) in spm_hwcg_get_setting() argument
222 if (!sta) in spm_hwcg_get_setting()
227 sta->sta = spm_hwcg_get_default(res, type); in spm_hwcg_get_setting()
230 sta->sta = spm_hwcg_mask_get(res, type); in spm_hwcg_get_setting()
234 MT_SPM_HW_CG_STA_INIT(sta); in spm_hwcg_get_setting()
242 struct spm_hwcg_sta *sta) in spm_hwcg_get_setting_by_index() argument
246 return spm_hwcg_get_setting(res, sta_type, type, sta); in spm_hwcg_get_setting_by_index()
519 struct spm_peri_req_sta *sta) in spm_peri_req_get_setting() argument
523 if (!sta) in spm_peri_req_get_setting()
528 sta->sta = spm_peri_req_get_default(res); in spm_peri_req_get_setting()
531 sta->sta = spm_peri_req_mask_get(res); in spm_peri_req_get_setting()
535 MT_SPM_HW_CG_STA_INIT(sta); in spm_peri_req_get_setting()
578 struct spm_peri_req_sta *sta) in spm_peri_req_get_setting_by_index() argument
582 return spm_peri_req_get_setting(res, sta_type, sta); in spm_peri_req_get_setting_by_index()