Searched refs:pmg_max (Results 1 – 1 of 1) sorted by relevance
271 int mpam_register_requestor(u16 partid_max, u8 pmg_max) in mpam_register_requestor() argument276 mpam_pmg_max = pmg_max; in mpam_register_requestor()280 mpam_pmg_max = min(mpam_pmg_max, pmg_max); in mpam_register_requestor()283 if (partid_max < mpam_partid_max || pmg_max < mpam_pmg_max) in mpam_register_requestor()839 u8 ris_idx, pmg_max; in mpam_msc_hw_probe() local860 msc->pmg_max = FIELD_GET(MPAMF_IDR_PMG_MAX, idr); in mpam_msc_hw_probe()869 pmg_max = FIELD_GET(MPAMF_IDR_PMG_MAX, idr); in mpam_msc_hw_probe()871 msc->pmg_max = min(msc->pmg_max, pmg_max); in mpam_msc_hw_probe()892 mpam_pmg_max = min(mpam_pmg_max, msc->pmg_max); in mpam_msc_hw_probe()