Home
last modified time | relevance | path

Searched full:vsys (Results 1 – 25 of 42) sorted by relevance

12

/linux/drivers/regulator/
H A Dmt6358-regulator.c143 .supply_name = "vsys-" match, \
505 MT6358_BUCK("buck_vdram1", VDRAM1, "vsys-vdram1", 500000, 2087500, 12500,
507 MT6358_BUCK("buck_vcore", VCORE, "vsys-vcore", 500000, 1293750, 6250,
509 MT6358_BUCK("buck_vpa", VPA, "vsys-vpa", 500000, 3650000, 50000,
511 MT6358_BUCK("buck_vproc11", VPROC11, "vsys-vproc11", 500000, 1293750, 6250,
513 MT6358_BUCK("buck_vproc12", VPROC12, "vsys-vproc12", 500000, 1293750, 6250,
515 MT6358_BUCK("buck_vgpu", VGPU, "vsys-vgpu", 500000, 1293750, 6250,
517 MT6358_BUCK("buck_vs2", VS2, "vsys-vs2", 500000, 2087500, 12500,
519 MT6358_BUCK("buck_vmodem", VMODEM, "vsys-vmodem", 500000, 1293750, 6250,
521 MT6358_BUCK("buck_vs1", VS1, "vsys-vs1", 1000000, 2587500, 12500,
[all …]
H A Dtps65090-regulator.c236 tps65090_REG_FIXEDV(LDO1, "vsys-l1", 0, 0, 5000000,
238 tps65090_REG_FIXEDV(LDO2, "vsys-l2", 0, 0, 3300000,
/linux/Documentation/devicetree/bindings/regulator/
H A Dmediatek,mt6358-regulator.yaml25 vsys-ldo1-supply:
27 vsys-ldo2-supply:
29 vsys-ldo3-supply:
31 vsys-vcore-supply:
33 vsys-vdram1-supply:
35 vsys-vgpu-supply:
37 vsys-vmodem-supply:
39 vsys-vpa-supply:
41 vsys-vproc11-supply:
43 vsys-vproc12-supply:
[all …]
H A Dtps65090.txt12 - vsys[1-3]-supply: The input supply for DCDC[1-3] respectively.
14 - vsys-l[1-2]-supply: The input supply for LDO[1-2] respectively.
48 vsys-l1-supply = <&some_reg>;
49 vsys-l2-supply = <&some_reg>;
H A Dmt6323-regulator.txt33 regulator-name = "vsys";
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183-kukui.dtsi76 reg_vsys: regulator-vsys {
78 regulator-name = "vsys";
390 vsys-ldo1-supply = <&reg_vsys>;
391 vsys-ldo2-supply = <&reg_vsys>;
392 vsys-ldo3-supply = <&reg_vsys>;
393 vsys-vcore-supply = <&reg_vsys>;
394 vsys-vdram1-supply = <&reg_vsys>;
395 vsys-vgpu-supply = <&reg_vsys>;
396 vsys-vmodem-supply = <&reg_vsys>;
397 vsys-vpa-supply = <&reg_vsys>;
[all …]
H A Dmt8395-radxa-nio-12l.dts61 vin-supply = <&vsys>;
65 vsys: regulator-vsys { label
67 regulator-name = "vsys";
75 vsys_buck: regulator-vsys-buck {
901 vbus-supply = <&vsys>;
907 vbus-supply = <&vsys>;
H A Dmt8186-corsola.dtsi1286 vsys-ldo1-supply = <&pp4200_z2>;
1287 vsys-ldo2-supply = <&pp4200_z2>;
1288 vsys-ldo3-supply = <&pp4200_z2>;
1289 vsys-vcore-supply = <&pp4200_z2>;
1290 vsys-vdram1-supply = <&pp4200_z2>;
1291 vsys-vgpu-supply = <&pp4200_z2>;
1292 vsys-vmodem-supply = <&pp4200_z2>;
1293 vsys-vpa-supply = <&pp4200_z2>;
1294 vsys-vproc11-supply = <&pp4200_z2>;
1295 vsys-vproc12-supply = <&pp4200_z2>;
[all …]
H A Dmt8395-kontron-3-5-sbc-i1200.dts76 vsys: regulator-vsys { label
78 regulator-name = "vsys";
350 LDO_VIN1-supply = <&vsys>;
351 LDO_VIN2-supply = <&vsys>;
352 LDO_VIN3-supply = <&vsys>;
/linux/drivers/mfd/
H A Drohm-bd71828.c54 DEFINE_RES_IRQ_NAMED(BD71815_INT_VSYS_UV_RES, "bd71815-vsys-uv-res"),
55 DEFINE_RES_IRQ_NAMED(BD71815_INT_VSYS_UV_DET, "bd71815-vsys-uv-det"),
56 DEFINE_RES_IRQ_NAMED(BD71815_INT_VSYS_LOW_RES, "bd71815-vsys-low-res"),
57 DEFINE_RES_IRQ_NAMED(BD71815_INT_VSYS_LOW_DET, "bd71815-vsys-low-det"),
58 DEFINE_RES_IRQ_NAMED(BD71815_INT_VSYS_MON_RES, "bd71815-vsys-mon-res"),
59 DEFINE_RES_IRQ_NAMED(BD71815_INT_VSYS_MON_RES, "bd71815-vsys-mon-det"),
222 static unsigned int bit5_offsets[] = {3}; /* VSYS IRQ */
256 /* Vsys */
342 /* Vsys */
/linux/Documentation/devicetree/bindings/usb/
H A Dst,stusb160x.yaml26 vsys-supply:
67 vsys-supply = <&vdd_usb>;
/linux/tools/testing/selftests/x86/
H A Dtest_vsyscall.c33 # define VSYS(x) (x) macro
35 # define VSYS(x) 0 macro
53 const gtod_t vgtod = (gtod_t)VSYS(0xffffffffff600000);
60 const time_func_t vtime = (time_func_t)VSYS(0xffffffffff600400);
64 const getcpu_t vgetcpu = (getcpu_t)VSYS(0xffffffffff600800);
169 ksft_test_result_fail("vsys gettimeofday() failed: %ld\n", ret_vsys); in test_gtod()
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3399-khadas-edge.dtsi91 vsys: regulator-vsys { label
93 regulator-name = "vsys";
98 vsys_3v3: regulator-vsys-3v3 {
105 vin-supply = <&vsys>;
108 vsys_5v0: regulator-vsys-5v0 {
115 vin-supply = <&vsys>;
/linux/arch/arm/boot/dts/rockchip/
H A Drv1108-elgin-r1.dts28 vcc_sys: regulator-vsys {
30 regulator-name = "vsys";
/linux/Documentation/devicetree/bindings/power/supply/
H A Drohm,bd99954.yaml126 rohm,vsys-regulation-microvolt:
160 rohm,vsys-regulation-microvolt = <8960000>;
H A Dmaxim,max77693.yaml28 Also vsys (system voltage) will be set to this value when DC power is
H A Dmediatek,mt6370-charger.yaml70 - const: vsys
/linux/drivers/hwmon/
H A Dda9055-hwmon.c40 [DA9055_ADC_VSYS] = "VSYS",
115 /* Conversion function for VSYS and ADCINx */
/linux/drivers/iio/adc/
H A Dmt6370-adc.c242 [MT6370_CHAN_VSYS] = "vsys",
276 MT6370_ADC_CHAN(VSYS, IIO_VOLTAGE, 3, 0),
/linux/drivers/power/supply/
H A Dmax8925_power.c134 /* VSYS is low */ in max8925_charger_handler()
396 REQUEST_IRQ(MAX8925_IRQ_VCHG_SYSLOW_F, "vsys-high"); in max8925_init_charger()
397 REQUEST_IRQ(MAX8925_IRQ_VCHG_SYSLOW_R, "vsys-low"); in max8925_init_charger()
H A Dbd99954-charger.c75 u16 vsysreg_set; /* VSYS Regulation Setting */
783 /* Possible VSYS voltage regulation values */
871 .prop = "rohm,vsys-regulation-microvolt", in bd9995x_fw_probe()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-adc-mt636028 Indicated MT6360 VSYS ADC
/linux/arch/arm64/boot/dts/ti/
H A Dk3-j722s-evm.dts170 vsys_io_3v3: regulator-vsys-io-3v3 {
179 vsys_io_1v8: regulator-vsys-io-1v8 {
188 vsys_io_1v2: regulator-vsys-io-1v2 {
/linux/arch/arm/boot/dts/samsung/
H A Dexynos5250-snow-common.dtsi116 vsys-l1-supply = <&vbat>;
117 vsys-l2-supply = <&vbat>;
/linux/Documentation/devicetree/bindings/mfd/
H A Dmediatek,mt6370.yaml42 measure range), VBAT, VSYS, CHG_VDDP, TS_BAT, IBUS, IBAT, and TEMP_JC.

12