Searched refs:PD_P_SNK_STDBY_MW (Results 1 – 3 of 3) sorted by relevance
496 #define PD_P_SNK_STDBY_MW 2500 /* 2500 mW */ macro
4288 if (port->slow_charger_loop && (current_limit > PD_P_SNK_STDBY_MW / 5)) in run_state_machine()4289 current_limit = PD_P_SNK_STDBY_MW / 5; in run_state_machine()4396 port->current_limit * port->supply_voltage / 1000 > PD_P_SNK_STDBY_MW) { in run_state_machine()4397 u32 stdby_ma = PD_P_SNK_STDBY_MW * 1000 / port->supply_voltage; in run_state_machine()