Searched +full:sd +full:- +full:vsel +full:- +full:fixed +full:- +full:low (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | nxp,pca9450-regulator.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/regulator/nxp,pca9450-regulator.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Robin Gong <yibin.gong@nxp.com> 18 https://www.nxp.com/docs/en/data-sheet/PCA9450DS.pdf 21 https://www.nxp.com/docs/en/data-sheet/PF9453_SDS.pdf 31 - nxp,pca9450a 32 - nxp,pca9450b 33 - nxp,pca9450c [all …]
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399-evb-ind.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 11 compatible = "rockchip,rk3399-evb-ind", "rockchip,rk3399"; 19 stdout-path = "serial2:1500000n8"; 22 vcc5v0_sys: regulator-vcc5v0-sys { 23 compatible = "regulator-fixed"; 24 enable-active-high; 26 regulator-name = "vcc5v0_sys"; 27 regulator-always-on; 28 regulator-boot-on; [all …]
|
H A D | rk3399-rock-4c-plus.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /dts-v1/; 9 #include <dt-bindings/leds/common.h> 10 #include "rk3399-t.dtsi" 14 compatible = "radxa,rock-4c-plus", "rockchip,rk3399"; 23 stdout-path = "serial2:1500000n8"; 26 clkin_gmac: external-gmac-clock { 27 compatible = "fixed-clock"; 28 clock-frequency = <125000000>; 29 clock-output-names = "clkin_gmac"; [all …]
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mp-kontron-osm-s.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 6 #include <dt-bindings/interrupt-controller/irq.h> 10 model = "Kontron OSM-S i.MX8MP"; 11 compatible = "kontron,imx8mp-osm-s", "fsl,imx8mp"; 29 stdout-path = &uart3; 32 reg_usb1_vbus: regulator-usb1-vbus { 33 compatible = "regulator-fixed"; 34 pinctrl-names = "default"; 35 pinctrl-0 = <&pinctrl_reg_usb1_vbus>; 37 enable-active-high; [all …]
|
/linux/drivers/regulator/ |
H A D | pca9450-regulator.c | 1 // SPDX-License-Identifier: GPL-2.0 20 #include <dt-bindings/regulator/nxp,pca9450-regulator.h> 63 .max_register = PCA9450_MAX_REGISTER - 1, 117 if (pca9450->sd_vsel_fixed_low) in pca9450_ldo5_get_reg_voltage_sel() 120 if (pca9450->sd_vsel_gpio && !gpiod_get_value(pca9450->sd_vsel_gpio)) in pca9450_ldo5_get_reg_voltage_sel() 123 return rdev->desc->vsel_reg; in pca9450_ldo5_get_reg_voltage_sel() 131 ret = regmap_read(rdev->regmap, pca9450_ldo5_get_reg_voltage_sel(rdev), &val); in pca9450_ldo5_get_voltage_sel_regmap() 135 val &= rdev->desc->vsel_mask; in pca9450_ldo5_get_voltage_sel_regmap() 136 val >>= ffs(rdev->desc->vsel_mask) - 1; in pca9450_ldo5_get_voltage_sel_regmap() 145 sel <<= ffs(rdev->desc->vsel_mask) - 1; in pca9450_ldo5_set_voltage_sel_regmap() [all …]
|
/linux/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* ppc-opc.c -- PowerPC opcode list 3 Copyright (C) 1994-2016 Free Software Foundation, Inc. 27 inserting operands into instructions and vice-versa is kept in this 173 /* The BD field in a B form instruction when the - modifier is used. 179 /* The BD field in a B form instruction when the - modifier is used 224 /* The BO field in a B form instruction when the + or - modifier is 254 { 0x1fe, -1, NULL, NULL, PPC_OPERAND_RELATIVE | PPC_OPERAND_SIGNED }, 411 /* If the FXM4 operand is omitted, use the sentinel value -1. */ 412 { -1, -1, NULL, NULL, 0}, [all …]
|