Searched refs:PD_P_SNK_STDBY_MW (Results 1 – 2 of 2) sorted by relevance
496 #define PD_P_SNK_STDBY_MW 2500 /* 2500 mW */ macro
4267 if (port->slow_charger_loop && (current_lim > PD_P_SNK_STDBY_MW / 5)) in run_state_machine()4268 current_lim = PD_P_SNK_STDBY_MW / 5; in run_state_machine()4373 port->current_limit * port->supply_voltage / 1000 > PD_P_SNK_STDBY_MW) { in run_state_machine()4374 u32 stdby_ma = PD_P_SNK_STDBY_MW * 1000 / port->supply_voltage; in run_state_machine()