Lines Matching refs:pmg_max
311 int mpam_register_requestor(u16 partid_max, u8 pmg_max)
316 mpam_pmg_max = pmg_max;
320 mpam_pmg_max = min(mpam_pmg_max, pmg_max);
323 if (partid_max < mpam_partid_max || pmg_max < mpam_pmg_max)
960 u8 ris_idx, pmg_max;
983 msc->pmg_max = FIELD_GET(MPAMF_IDR_PMG_MAX, idr);
992 pmg_max = FIELD_GET(MPAMF_IDR_PMG_MAX, idr);
994 msc->pmg_max = min(msc->pmg_max, pmg_max);
1015 mpam_pmg_max = min(mpam_pmg_max, msc->pmg_max);