Searched refs:max_apid (Results 1 - 1 of 1) sorted by path

/drivers/spmi/
H A Dspmi-pmic-arb.c112 * @max_apid: maximum APID
127 u8 max_apid; member in struct:spmi_pmic_arb_dev
397 int last = pa->max_apid >> 5;
597 if (apid > pa->max_apid)
598 pa->max_apid = apid;
706 /* Initialize max_apid/min_apid to the opposite bounds, during
708 pa->max_apid = 0;

Completed in 43 milliseconds