| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/ |
| sun8i-v3s-licheepi-zero-dock.dts | 75 voltage = <200000>; 82 voltage = <400000>; 89 voltage = <600000>; 96 voltage = <800000>;
|
| sun6i-a31s-inet-q972.dts | 78 voltage = <200000>; 85 voltage = <900000>; 92 voltage = <1200000>;
|
| sun8i-a23-evb.dts | 83 voltage = <190000>; 90 voltage = <390000>; 97 voltage = <600000>;
|
| sunxi-reference-design-tablet.dtsi | 67 voltage = <200000>; 74 voltage = <400000>;
|
| sun6i-a31s-colorfly-e708-q1.dts | 60 voltage = <1000000>;
|
| sun8i-a23-gt90h-v4.dts | 70 voltage = <600000>;
|
| sun5i-gr8-evb.dts | 182 voltage = <190000>; 189 voltage = <390000>; 196 voltage = <600000>; 203 voltage = <800000>; 210 voltage = <980000>; 217 voltage = <1180000>; 224 voltage = <1400000>;
|
| sun7i-a20-olimex-som-evb.dts | 155 voltage = <190000>; 162 voltage = <390000>; 169 voltage = <600000>; 176 voltage = <800000>; 183 voltage = <980000>; 190 voltage = <1180000>; 197 voltage = <1400000>;
|
| sun7i-a20-olinuxino-micro.dts | 168 voltage = <191274>; 175 voltage = <392644>; 182 voltage = <601151>; 189 voltage = <795090>; 196 voltage = <987387>; 203 voltage = <1184678>; 210 voltage = <1398804>;
|
| sun4i-a10-inet97fv2.dts | 110 voltage = <200000>; 117 voltage = <600000>; 124 voltage = <800000>; 131 voltage = <1000000>; 138 voltage = <1200000>;
|
| sun5i-a10s-olinuxino-micro.dts | 153 voltage = <191274>; 160 voltage = <392644>; 167 voltage = <601151>; 174 voltage = <795090>; 181 voltage = <987387>;
|
| sun5i-a13-olinuxino.dts | 152 voltage = <191274>; 159 voltage = <392644>; 166 voltage = <601151>; 173 voltage = <795090>; 180 voltage = <987387>;
|
| sun4i-a10-chuwi-v7-cw0825.dts | 105 voltage = <800000>; 112 voltage = <1000000>; 119 voltage = <1200000>;
|
| sun4i-a10-gemei-g9.dts | 123 voltage = <158730>; 130 voltage = <349206>; 137 voltage = <1142856>;
|
| sun8i-a33-ga10h-v1.1.dts | 76 voltage = <600000>;
|
| sun5i-a13-hsg-h702.dts | 101 voltage = <200000>; 108 voltage = <400000>;
|
| sun6i-a31s-sina31s.dts | 148 voltage = <158730>; 155 voltage = <349206>;
|
| sun4i-a10-inet1.dts | 135 voltage = <200000>; 142 voltage = <1000000>; 149 voltage = <1200000>;
|
| /src/sys/dev/i2c/ |
| ibmhawkreg.h | 77 uint16_t voltage[IBMHAWK_MAX_VOLTAGE]; member in struct:ibmhawk_response::__anon2594 80 #define ihr_v_voltage resp_volt.voltage 82 uint16_t voltage[IBMHAWK_MAX_VOLTAGE*2]; member in struct:ibmhawk_response::__anon2595 85 #define ihr_v_voltage_thr resp_volt_thresh.voltage
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/ |
| imx53-usbarmory.dts | 153 lltc,fb-voltage-divider = <100000 158000>; 162 lltc,fb-voltage-divider = <180000 191000>; 171 lltc,fb-voltage-divider = <270000 100000>; 180 lltc,fb-voltage-divider = <511000 158000>; 188 lltc,fb-voltage-divider = <100000 158000>; 196 lltc,fb-voltage-divider = <180000 191000>;
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
| cstep.h | 23 u8 voltage; member in struct:nvbios_cstepX
|
| volt.h | 33 u32 voltage; member in struct:nvbios_volt_entry
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/ |
| nouveau_nvkm_subdev_clk_gk20a.c | 375 .voltage = 0, 381 .voltage = 1, 387 .voltage = 2, 393 .voltage = 3, 399 .voltage = 4, 405 .voltage = 5, 411 .voltage = 6, 417 .voltage = 7, 423 .voltage = 8, 429 .voltage = 9 [all...] |
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_rs600.c | 231 struct radeon_voltage *voltage = &ps->clock_info[0].voltage; local 235 if ((voltage->type == VOLTAGE_GPIO) && (voltage->gpio.valid)) { 237 tmp = RREG32(voltage->gpio.reg); 238 if (voltage->active_high) 239 tmp |= voltage->gpio.mask; 241 tmp &= ~(voltage->gpio.mask); 242 WREG32(voltage->gpio.reg, tmp); 243 if (voltage->delay [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
| nouveau_nvkm_subdev_bios_perf.c | 114 info->voltage = nvbios_rd08(bios, perf + 0x38); 120 info->voltage = nvbios_rd08(bios, perf + 0x05); 136 info->voltage = nvbios_rd08(bios, perf + 0x05); 146 info->voltage = nvbios_rd08(bios, perf + 0x07); 154 info->voltage = nvbios_rd08(bios, perf + 0x02);
|