Searched refs:pdo_max (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/typec/tcpm/ |
H A D | tcpm.c | 3122 unsigned int max, op, pdo_max, index; in tcpm_pd_check_request() local 3136 pdo_max = pdo_max_current(pdo); in tcpm_pd_check_request() 3138 if (op > pdo_max) in tcpm_pd_check_request() 3140 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request() 3146 pdo_fixed_voltage(pdo), pdo_max, op, max); in tcpm_pd_check_request() 3151 pdo_max, op, max); in tcpm_pd_check_request() 3156 pdo_max = pdo_max_power(pdo); in tcpm_pd_check_request() 3158 if (op > pdo_max) in tcpm_pd_check_request() 3160 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request() 3165 pdo_max, op, max); in tcpm_pd_check_request()
|