HomeSort by: relevance | last modified time | path
    Searched defs:vcc (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
lpc4350-hitex-eval.dts 121 vcc: vcc_fixed { label
344 vref-supply = <&vcc>;
lpc4357-ea4357-devkit.dts 41 vcc: vcc_fixed { label
471 vref-supply = <&vcc>;
498 vref-supply = <&vcc>;
lpc4357-myd-lpc4357.dts 74 vcc: vcc_fixed { label
76 regulator-name = "vcc-supply";
453 vref-supply = <&vcc>;
owl-s500-roseapplepi.dts 71 switchldo1-supply = <&vcc>;
88 vcc: dcdc3 { label in label:atc260x
89 regulator-name = "VCC";
twl4030.dtsi 47 vcc: regulator-vdd1 { label
  /src/sys/arch/evbarm/armadillo/
armadillo9_pcic.c 89 int vcc = 0; local in function:armadillo9pcic_power_capability
92 vcc |= VCC_3V;
93 return vcc;
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/
rs90.dts 31 vcc: regulator { label
34 regulator-name = "vcc";
50 power-supply = <&vcc>;
132 VCC-supply = <&vcc>;
175 vcc-supply = <&vcc>;
182 power-supply = <&vcc>;
gcw0.dts 32 vcc: regulator@0 { label
34 regulator-name = "vcc";
48 vin-supply = <&vcc>;
56 VCC-supply = <&ldo5>;
64 VCC-supply = <&ldo5>;
121 power-supply = <&vcc>;
266 inl-supply = <&vcc>;
276 inl-supply = <&vcc>;
283 inl-supply = <&vcc>;
291 inl-supply = <&vcc>;
    [all...]
qi_lb60.dts 30 vcc: regulator@0 { label
32 regulator-name = "vcc";
61 VCC-supply = <&amp_supply>;
221 power-supply = <&vcc>;
234 vcc-supply = <&vcc>;
  /src/sys/arch/evbmips/alchemy/
dbau1550.c 258 uint16_t vcc, vpp; local in function:dbau1550_slot_enable
278 vcc = DBAU1550_PCMCIA_VCC_GND;
282 vcc = DBAU1550_PCMCIA_VCC_5V;
286 vcc = DBAU1550_PCMCIA_VCC_3V;
296 status |= vcc << shift;
316 /* NOTE: WE DO NOT SUPPORT DIFFERENT VCC/VPP LEVELS! */
  /src/sys/arch/arm/ep93xx/
eppcic.c 572 int cap, vcc = 0; local in function:eppcic_get_voltage
577 vcc = 5;
579 printf("%s: unsupported Vcc 5 Volts",
583 vcc = 3;
585 printf("%s: unsupported Vcc 3.3 Volts",
588 DPRINTFN(1, ("eppcic_get_voltage: vs1=%d, vs2=%d (%dV)\n",epgpio_read_bit(sc->sc_gpio, ph->ph_port, ph->ph_vs[0]),epgpio_read_bit(sc->sc_gpio, ph->ph_port, ph->ph_vs[1]),vcc));
589 return vcc;

Completed in 52 milliseconds