Searched +full:bypass +full:- +full:ovp +full:- +full:limit +full:- +full:microvolt (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 ---6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"11 - Dan Murphy <dmurphy@ti.com>12 - Ricardo Rivera-Matos <r-rivera-matos@ti.com>16 for use in high-power density portable electronics. These inductorless21 - $ref: power-supply.yaml#26 - ti,bq2598027 - ti,bq2597528 - ti,bq25960[all …]
1 // SPDX-License-Identifier: GPL-2.03 // Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/24 bool ovp; member31 bool bypass; member280 ret = regmap_read(bq->regmap, BQ25980_BUSOCP, &busocp_reg_code); in bq25980_get_input_curr_lim()289 return regmap_update_bits(bq->regmap, BQ25980_CHRGR_CTRL_2, in bq25980_set_hiz()306 if (bq->state.bypass) in bq25980_set_input_curr_lim()307 busocp = min(busocp, bq->chip_info->busocp_sc_max); in bq25980_set_input_curr_lim()309 busocp = min(busocp, bq->chip_info->busocp_byp_max); in bq25980_set_input_curr_lim()311 busocp_reg_code = (busocp - BQ25980_BUSOCP_OFFSET_uA) in bq25980_set_input_curr_lim()[all …]