Home
last modified time | relevance | path

Searched refs:rail (Results 1 – 25 of 44) sorted by relevance

12

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/
H A Dbase.c67 struct nvkm_iccsense_rail *rail, in nvkm_iccsense_ina2x9_read() argument
70 return nvkm_iccsense_poll_lane(rail->sensor->i2c, rail->sensor->addr, in nvkm_iccsense_ina2x9_read()
71 shunt_reg, 0, bus_reg, 3, rail->mohm, in nvkm_iccsense_ina2x9_read()
77 struct nvkm_iccsense_rail *rail) in nvkm_iccsense_ina209_read() argument
79 return nvkm_iccsense_ina2x9_read(iccsense, rail, 3, 4); in nvkm_iccsense_ina209_read()
84 struct nvkm_iccsense_rail *rail) in nvkm_iccsense_ina219_read() argument
86 return nvkm_iccsense_ina2x9_read(iccsense, rail, 1, 2); in nvkm_iccsense_ina219_read()
91 struct nvkm_iccsense_rail *rail) in nvkm_iccsense_ina3221_read() argument
93 return nvkm_iccsense_poll_lane(rail->sensor->i2c, rail->sensor->addr, in nvkm_iccsense_ina3221_read()
94 1 + (rail->idx * 2), 3, in nvkm_iccsense_ina3221_read()
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Diccsense.c76 iccsense->rail = kmalloc_array(cnt, sizeof(struct pwr_rail_t), in nvbios_iccsense_parse()
78 if (!iccsense->rail) in nvbios_iccsense_parse()
83 struct pwr_rail_t *rail = &iccsense->rail[i]; in nvbios_iccsense_parse() local
92 rail->mode = 1; in nvbios_iccsense_parse()
94 rail->mode = 0; in nvbios_iccsense_parse()
95 rail->extdev_id = nvbios_rd08(bios, entry + 0x2); in nvbios_iccsense_parse()
99 rail->mode = nvbios_rd08(bios, entry); in nvbios_iccsense_parse()
100 rail->extdev_id = nvbios_rd08(bios, entry + 0x1); in nvbios_iccsense_parse()
105 if (nvbios_extdev_parse(bios, rail->extdev_id, &extdev)) in nvbios_iccsense_parse()
111 rail->resistor_count = 1; in nvbios_iccsense_parse()
[all …]
/linux/Documentation/hwmon/
H A Dcorsair-psu.rst51 curr2_input Current on the 12v psu rail
52 curr2_crit Current max critical value on the 12v psu rail
53 curr3_input Current on the 5v psu rail
54 curr3_crit Current max critical value on the 5v psu rail
55 curr4_input Current on the 3.3v psu rail
56 curr4_crit Current max critical value on the 3.3v psu rail
59 in1_input Voltage of the 12v psu rail
60 in1_crit Voltage max critical value on the 12v psu rail
61 in1_lcrit Voltage min critical value on the 12v psu rail
62 in2_input Voltage of the 5v psu rail
[all …]
H A Disl68137.rst409 generation devices are grouped into 4 distinct configurations: '1rail' for
410 single-rail devices, '2rail' for dual-rail devices, '3rail' for 3-rail devices,
411 and 'hv' for high voltage single-rail devices. Consult the individual datasheets
432 avs(0|1)_enable Controls the AVS state of each rail.
H A Ducd9000.rst35 The UCD90124 is a 12-rail PMBus/I2C addressable power-supply sequencer and
43 The UCD90160 is a 16-rail PMBus/I2C addressable power-supply sequencer and
50 The UCD90320 is a 32-rail PMBus/I2C addressable power-supply sequencer and
56 The UCD9090 is a 10-rail PMBus/I2C addressable power-supply sequencer and
63 The UCD90910 is a ten-rail I2C / PMBus addressable power-supply sequencer and
H A Dmp2975.rst24 - Supports up to two power rail.
26 to 8-phase operation for rail 1 and up to 4-phase operation for rail
H A Dltc2992.rst19 LTC2992 is a rail-to-rail system monitor that measures current,
H A Dgsc-hwmon.rst23 further scaling. The voltage input labels provide the voltage rail name:
26 inX_label Name of voltage rail.
H A Dpxe1610.rst36 PXE1610/PXE1110 are Multi-rail/Multiphase Digital Controllers
46 PXM1310 is a Multi-rail Controller and it is compliant to
H A Dltc2945.rst22 The LTC2945 is a rail-to-rail system monitor that measures current, voltage,
H A Ducd9200.rst30 UCD9248 are multi-rail, multi-phase synchronous buck digital PWM controllers
113 rail temperatures. temp[2-5] attributes are only
H A Dmp2856.rst28 - Supports up to two power rail.
/linux/drivers/hwmon/
H A Dcorsair-psu.c219 static int corsairpsu_request(struct corsairpsu_data *priv, u8 cmd, u8 rail, void *data) in corsairpsu_request() argument
231 ret = corsairpsu_usb_cmd(priv, 2, PSU_CMD_SELECT_RAIL, rail, NULL); in corsairpsu_request()
246 static int corsairpsu_get_value(struct corsairpsu_data *priv, u8 cmd, u8 rail, long *val) in corsairpsu_get_value() argument
252 ret = corsairpsu_request(priv, cmd, rail, data); in corsairpsu_get_value()
317 int rail; in corsairpsu_get_criticals() local
319 for (rail = 0; rail < TEMP_COUNT; ++rail) { in corsairpsu_get_criticals()
320 if (!corsairpsu_get_value(priv, PSU_CMD_TEMP_HCRIT, rail, &tmp)) { in corsairpsu_get_criticals()
321 priv->temp_crit_support |= BIT(rail); in corsairpsu_get_criticals()
322 priv->temp_crit[rail] = tmp; in corsairpsu_get_criticals()
326 for (rail = 0; rail < RAIL_COUNT; ++rail) { in corsairpsu_get_criticals()
[all …]
/linux/Documentation/devicetree/bindings/regulator/
H A Das3722-regulator.txt32 ams,ext-control: External control of the rail. The option of
34 controlling this rail. Valid values are 0, 1, 2 ad 3.
35 0: There is no external control of this rail.
/linux/drivers/pmdomain/qcom/
H A DKconfig27 for the voltage rail.
39 for the voltage rail.
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Diccsense.h19 struct pwr_rail_t *rail; member
/linux/Documentation/devicetree/bindings/mfd/
H A Das3722.txt111 ams,ext-control: External control of the rail. The option of
113 controlling this rail. Valid values are 0, 1, 2 ad 3.
114 0: There is no external control of this rail.
/linux/arch/arm/boot/dts/nxp/ls/
H A Dls1021a-tsn.dts155 /* Current sensing circuit for 1V VDDCORE PMIC rail */
162 /* Current sensing circuit for 12V VCC rail */
/linux/drivers/greybus/
H A Dsvc.c794 struct svc_debugfs_pwrmon_rail *rail = &svc->pwrmon_rails[i]; in gb_svc_pwrmon_debugfs_init() local
800 rail->id = i; in gb_svc_pwrmon_debugfs_init()
801 rail->svc = svc; in gb_svc_pwrmon_debugfs_init()
804 debugfs_create_file("voltage_now", 0444, dir, rail, in gb_svc_pwrmon_debugfs_init()
806 debugfs_create_file("current_now", 0444, dir, rail, in gb_svc_pwrmon_debugfs_init()
808 debugfs_create_file("power_now", 0444, dir, rail, in gb_svc_pwrmon_debugfs_init()
/linux/arch/mips/include/asm/
H A Dmips-cpc.h87 CPC_ACCESSOR_RW(32, 0x010, rail)
/linux/arch/arm/boot/dts/rockchip/
H A Drk3288-veyron-sdmmc.dtsi41 * (and also to get the voltage rail correct).
/linux/Documentation/devicetree/bindings/clock/
H A Dnvidia,tegra124-dfll.txt8 oscillator connected to the CPU voltage rail (VDD_CPU), and a closed loop
34 - vdd-cpu-supply: Regulator for the CPU voltage rail that the DFLL
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm2837-rpi-zero-2-w.dts37 * "NC" = not connected (no rail from the SoC)
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-pepper.dts466 /* 3.3V rail */
472 /* VDD_3V3A 3.3V rail */
479 /* VDD_3V3B 3.3V rail */
/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_n.c1656 enum n_rail_type rail, in b43_nphy_scale_offset_rssi() argument
1668 if (core1or5 && rail == N_RAIL_I) in b43_nphy_scale_offset_rssi()
1670 if (core1or5 && rail == N_RAIL_Q) in b43_nphy_scale_offset_rssi()
1672 if (core2or5 && rail == N_RAIL_I) in b43_nphy_scale_offset_rssi()
1674 if (core2or5 && rail == N_RAIL_Q) in b43_nphy_scale_offset_rssi()
1678 if (core1or5 && rail == N_RAIL_I) in b43_nphy_scale_offset_rssi()
1680 if (core1or5 && rail == N_RAIL_Q) in b43_nphy_scale_offset_rssi()
1682 if (core2or5 && rail == N_RAIL_I) in b43_nphy_scale_offset_rssi()
1684 if (core2or5 && rail == N_RAIL_Q) in b43_nphy_scale_offset_rssi()
1688 if (core1or5 && rail == N_RAIL_I) in b43_nphy_scale_offset_rssi()
[all …]

12