Home
last modified time | relevance | path

Searched refs:pdo_max (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/power/power_delivery/
H A Dtcpm.c1487 unsigned int max, op, pdo_max, index; in tcpm_pd_check_request() local
1501 pdo_max = pdo_max_current(pdo); in tcpm_pd_check_request()
1503 if (op > pdo_max) in tcpm_pd_check_request()
1505 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request()
1510 pdo_fixed_voltage(pdo), pdo_max, op, max); in tcpm_pd_check_request()
1514 pdo_max, op, max); in tcpm_pd_check_request()
1519 pdo_max = pdo_max_power(pdo); in tcpm_pd_check_request()
1521 if (op > pdo_max) in tcpm_pd_check_request()
1523 if (max > pdo_max && !(rdo & RDO_CAP_MISMATCH)) in tcpm_pd_check_request()
1527 pdo_max, op, max); in tcpm_pd_check_request()