Lines Matching +full:1000 +full:ma
664 .charge_step = 1000,
665 .discharge_step = 1000,
816 *uv *= 1000; in axp8xx_regnode_reg_to_voltage()
827 uvolt = sc->def->voltage_min * 1000; in axp8xx_regnode_voltage_to_reg()
832 uvolt += (sc->def->voltage_step1 * 1000); in axp8xx_regnode_voltage_to_reg()
837 uvolt += (sc->def->voltage_step2 * 1000); in axp8xx_regnode_voltage_to_reg()
1398 initdef.std_param.min_uvolt = def->voltage_min * 1000; in axp8xx_reg_attach()
1400 initdef.std_param.max_uvolt = def->voltage_max * 1000; in axp8xx_reg_attach()
1561 "0: 200mA, 1: 400mA, 2: 600mA, 3: 800mA, " in axp8xx_attach()
1562 "4: 1000mA, 5: 1200mA, 6: 1400mA, 7: 1600mA, " in axp8xx_attach()
1563 "8: 1800mA, 9: 2000mA, 10: 2200mA, 11: 2400mA, " in axp8xx_attach()
1564 "12: 2600mA, 13: 2800mA"); in axp8xx_attach()