Searched +full:slew +full:- +full:percent (Results 1 – 9 of 9) sorted by relevance
5 --------------------6 - compatible : must be "vctrl-regulator".7 - regulator-min-microvolt : smallest voltage consumers may set8 - regulator-max-microvolt : largest voltage consumers may set9 - ctrl-supply : The regulator supplying the control voltage.10 - ctrl-voltage-range : an array of two integer values describing the range13 regulator-min/max-microvolt output voltage.16 --------------------17 - ovp-threshold-percent : overvoltage protection (OVP) threshold of the18 regulator in percent. Some regulators have an OVP[all …]
1 // SPDX-License-Identifier: GPL-2.06 #include <dt-bindings/gpio/gpio.h>7 #include <dt-bindings/clock/versaclock.h>17 compatible = "fixed-clock";18 #clock-cells = <0>;19 clock-frequency = <32768>;20 clock-output-names = "osc_32k";23 reg_1p8v: regulator-1p8v {24 compatible = "regulator-fixed";25 regulator-name = "fixed-1.8V";[all …]
1 // SPDX-License-Identifier: GPL-2.06 #include <dt-bindings/gpio/gpio.h>7 #include <dt-bindings/input/input.h>8 #include <dt-bindings/clock/versaclock.h>11 backlight_lvds: backlight-lvds {12 compatible = "pwm-backlight";13 power-supply = <®_lcd>;14 enable-gpios = <&gpio_exp1 3 GPIO_ACTIVE_HIGH>;16 brightness-levels = <0 4 8 16 32 64 128 255>;17 default-brightness-level = <6>;[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#16 - 5P49V5923:17 0 -- OUT0_SEL_I2CB18 1 -- OUT119 2 -- OUT221 - 5P49V5933:22 0 -- OUT0_SEL_I2CB23 1 -- OUT1[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Binding for Renesas 9-series I2C PCIe clock generators10 The Renesas 9-series are I2C PCIe clock generators providing16 - 9FGV0241:17 0 -- DIF018 1 -- DIF121 - Marek Vasut <marex@denx.de>26 - renesas,9fgv0241[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3 * Google Gru-Chromebook shared properties8 #include "rk3399-gru.dtsi"11 pp900_ap: pp900-ap {12 compatible = "regulator-fixed";13 regulator-name = "pp900_ap";16 regulator-always-on;17 regulator-boot-on;18 regulator-min-microvolt = <900000>;19 regulator-max-microvolt = <900000>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only50 struct vctrl_voltage_range *ctrl = &vctrl->vrange.ctrl; in vctrl_calc_ctrl_voltage()51 struct vctrl_voltage_range *out = &vctrl->vrange.out; in vctrl_calc_ctrl_voltage()53 return ctrl->min_uV + in vctrl_calc_ctrl_voltage()54 DIV_ROUND_CLOSEST_ULL((s64)(out_uV - out->min_uV) * in vctrl_calc_ctrl_voltage()55 (ctrl->max_uV - ctrl->min_uV), in vctrl_calc_ctrl_voltage()56 out->max_uV - out->min_uV); in vctrl_calc_ctrl_voltage()61 struct vctrl_voltage_range *ctrl = &vctrl->vrange.ctrl; in vctrl_calc_output_voltage()62 struct vctrl_voltage_range *out = &vctrl->vrange.out; in vctrl_calc_output_voltage()69 if (ctrl_uV < ctrl->min_uV) in vctrl_calc_output_voltage()[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */49 * buffer has a per-frame parameter.132 /* [gain] The strength of sharpness in pell-mell area. u5_11 */303 * struct atomisp_cont_capture_conf - continuous capture parameters312 * offset:-2333 unsigned int gr; /* unsigned <integer_bits>.<16-integer_bits> */334 unsigned int r; /* unsigned <integer_bits>.<16-integer_bits> */335 unsigned int b; /* unsigned <integer_bits>.<16-integer_bits> */336 unsigned int gb; /* unsigned <integer_bits>.<16-integer_bits> */343 <13-fraction_bits>.<fraction_bits> */[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later10 * - Use spread spectrum11 * - Use integer divider in FOD if applicable15 #include <linux/clk-provider.h>27 #include <dt-bindings/clock/versaclock.h>32 /* Factory-reserved register block */141 /* chip has built-in oscilator */206 /* Factory reserved regs, make them read-only */ in vc5_regmap_is_writeable()210 /* Factory reserved regs, make them read-only */ in vc5_regmap_is_writeable()236 ret = regmap_read(vc5->regmap, VC5_PRIM_SRC_SHDN, &src); in vc5_mux_get_parent()[all …]