Searched refs:voltage (Results 51 - 75 of 80) sorted by relevance

1234

/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dr100.c359 * (voltage, pcie lanes, etc.) (r1xx-r4xx).
365 struct radeon_voltage *voltage = &ps->clock_info[0].voltage; local
368 if ((voltage->type == VOLTAGE_GPIO) && (voltage->gpio.valid)) {
370 tmp = RREG32(voltage->gpio.reg);
371 if (voltage->active_high)
372 tmp |= voltage->gpio.mask;
374 tmp &= ~(voltage->gpio.mask);
375 WREG32(voltage
[all...]
H A Dradeon_pm.c209 /* voltage, pcie lanes, etc.*/
231 /* voltage, pcie lanes, etc.*/
334 clock_info->voltage.voltage);
583 rdev->pm.current_vddc = rdev->pm.power_state[rdev->pm.default_power_state_index].clock_info[0].voltage.voltage;
584 rdev->pm.current_vddci = rdev->pm.power_state[rdev->pm.default_power_state_index].clock_info[0].voltage.vddci;
901 seq_printf(m, "voltage: %u mV\n", rdev->pm.current_vddc);
H A Dradeon_combios.c2830 rdev->pm.power_state[state_index].clock_info[0].voltage.type = VOLTAGE_GPIO;
2832 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high =
2835 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high =
2837 rdev->pm.power_state[state_index].clock_info[0].voltage.gpio.valid = true;
2839 rdev->pm.power_state[state_index].clock_info[0].voltage.gpio.reg =
2842 rdev->pm.power_state[state_index].clock_info[0].voltage.gpio.mask = (1 << tmp);
2847 rdev->pm.power_state[state_index].clock_info[0].voltage.gpio.reg =
2850 rdev->pm.power_state[state_index].clock_info[0].voltage.gpio.mask = (1 << tmp);
2852 rdev->pm.power_state[state_index].clock_info[0].voltage.gpio.valid = false;
2857 rdev->pm.power_state[state_index].clock_info[0].voltage
[all...]
H A Dr600.c543 struct radeon_voltage *voltage = &ps->clock_info[req_cm_idx].voltage; local
545 if ((voltage->type == VOLTAGE_SW) && voltage->voltage) {
546 /* 0xff01 is a flag rather then an actual voltage */
547 if (voltage->voltage == 0xff01)
549 if (voltage->voltage !
[all...]
H A Dradeon.h1019 /* gpio voltage */
1021 u32 delay; /* delay in usec from voltage drop to sclk change */
1022 bool active_high; /* voltage drop is active when bit is high */
1023 /* VDDC voltage */
1024 u8 vddc_id; /* index into vddc voltage table */
1025 u8 vddci_id; /* index into vddci voltage table */
1028 u16 voltage; member in struct:radeon_voltage
1041 /* voltage info */
1042 struct radeon_voltage voltage; member in struct:radeon_pm_clock_info
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dimx1.dtsi50 voltage-tolerance = <5>;
H A Drk3288-firefly.dtsi193 fcs,suspend-voltage-selector = <1>;
205 fcs,suspend-voltage-selector = <1>;
H A Ds5pv210-goni.dts96 max8998,pmic-buck1-dvs-voltage = <1200000>, <1200000>,
101 max8998,pmic-buck2-dvs-voltage = <1200000>, <1200000>;
H A Dexynos5250-smdk5250.dts135 voltage-regulators {
H A Dls1021a.dtsi135 voltage-ranges = <1800 1800 3300 3300>;
H A Dsh73a0-kzm9g-reference.dts37 voltage-tolerance = <1>; /* 1% */
H A Dexynos4412-trats2.dts62 cam_io_reg: voltage-regulator-1 {
71 lcd_vdd3_reg: voltage-regulator-2 {
80 cam_af_reg: voltage-regulator-3 {
89 ps_als_reg: voltage-regulator-5 {
224 voltage-regulators {
H A Domap3-n900.dts590 ti,weak-battery-voltage = <3400>;
591 ti,battery-regulation-voltage = <4200>;
H A Dam57xx-beagle-x15.dts475 voltage-tolerance = <1>;
H A Dexynos4412-odroid-common.dtsi200 voltage-regulators {
H A Dimx27.dtsi74 voltage-tolerance = <5>;
H A Dimx51.dtsi92 voltage-tolerance = <5>;
H A Dam33xx.dtsi49 * To consider voltage drop between PMIC and SoC,
51 * voltage value is increased as a precaution.
60 voltage-tolerance = <2>; /* 2 percentage */
H A Dexynos3250-monk.dts49 vemmc_reg: voltage-regulator-0 {
H A Dimx53.dtsi55 voltage-tolerance = <5>;
/freebsd-10-stable/sys/powerpc/powermac/
H A Dpmu.c459 "voltage", CTLTYPE_INT | CTLFLAG_RD, sc,
461 "I", "Battery voltage (mV)");
891 info->voltage = resp[6];
906 info->voltage = (resp[9] << 8) | resp[10];
969 result = batt.voltage;
/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c1957 int voltage[AR9300_MAX_CHAINS]; local
2021 voltage[ichain] = lvoltage[ichain];
2050 voltage[ichain] = lvoltage[ichain] + factor + plus;
2055 voltage[ichain] = lvoltage[ichain];
2061 voltage[ichain] = hvoltage[ichain];
2066 voltage[ichain] = 0;
2081 ah, frequency, correction, voltage, temperature);
2091 int *correction, int *voltage, int *temperature)
2090 ar9300_power_control_override(struct ath_hal *ah, int frequency, int *correction, int *voltage, int *temperature) argument
H A Dar9300eep.h176 //enable flags for voltage and temp compensation
328 u_int8_t volt_meas; /* pdadc voltage at power measurement */
632 extern int ar9300_power_control_override(struct ath_hal *ah, int frequency, int *correction, int *voltage, int *temperature);
/freebsd-10-stable/usr.sbin/bhyve/
H A Dsmbiostbl.c201 uint8_t voltage; /* voltage */ member in struct:smbios_table_type4
270 uint16_t minvoltage; /* minimum voltage */
271 uint16_t maxvoltage; /* maximum voltage */
272 uint16_t curvoltage; /* configured voltage */
390 0, /* voltage */
459 0, /* minimum voltage in mv (0=unknown) */
460 0, /* maximum voltage in mv (0=unknown) */
461 0 /* configured voltage in mv (0=unknown) */
/freebsd-10-stable/sys/dev/drm2/i915/
H A Dintel_dp.c1414 * a maximum voltage of 800mV and a maximum pre-emphasis of 6dB
1530 /* Gen6's DP voltage swing and pre-emphasis control */
1552 DRM_DEBUG_KMS("Unsupported voltage swing/pre-emphasis level:"
1558 /* Gen7's DP voltage swing and pre-emphasis control */
1583 DRM_DEBUG_KMS("Unsupported voltage swing/pre-emphasis level:"
1671 uint8_t voltage; local
1694 voltage = 0xff;
1699 /* Use intel_dp->train_set[0] to set the voltage and pre emphasis values */
1738 /* Check to see if we've tried the max voltage */
1753 /* Check to see if we've tried the same voltage
[all...]

Completed in 126 milliseconds

1234