Lines Matching refs:mA
522 /* set current limit in mA */
523 static int bq2415x_set_current_limit(struct bq2415x_device *bq, int mA)
527 if (mA <= 100)
529 else if (mA <= 500)
531 else if (mA <= 800)
540 /* get current limit in mA */
621 /* set charge current in mA (platform data must provide resistor sense) */
622 static int bq2415x_set_charge_current(struct bq2415x_device *bq, int mA)
629 val = (mA * bq->init_data.resistor_sense - 37400) / 6800;
640 /* get charge current in mA (platform data must provide resistor sense) */
655 /* set termination current in mA (platform data must provide resistor sense) */
656 static int bq2415x_set_termination_current(struct bq2415x_device *bq, int mA)
663 val = (mA * bq->init_data.resistor_sense - 3400) / 3400;
674 /* get termination current in mA (platform data must provide resistor sense) */
787 static bool bq2415x_update_reported_mode(struct bq2415x_device *bq, int mA)
791 if (mA == 0)
793 else if (mA < 500)
795 else if (mA < 1800)
1132 * host - charging mode for host/hub chargers (current limit 500mA)
1305 /* set current and voltage limit entries (in mA or mV) */
1337 /* show current and voltage limit entries (in mA or mV) */