Searched refs:fixed_voltage (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/arm/ti/twl/
H A Dtwl_vreg.c221 uint16_t fixed_voltage; /* the (milli)voltage if LDO is fixed */ member in struct:twl_regulator_entry
573 if (millivolts != regulator->fixed_voltage)
652 *millivolts = regulator->fixed_voltage;
810 * @fixed_voltage: if a fixed voltage regulator this defines it's voltage
825 uint8_t nsub, uint8_t regbase, uint16_t fixed_voltage,
843 new->fixed_voltage = fixed_voltage;
824 twl_vreg_add_regulator(struct twl_vreg_softc *sc, const char *name, uint8_t nsub, uint8_t regbase, uint16_t fixed_voltage, const uint16_t *voltages, uint32_t num_voltages) argument

Completed in 61 milliseconds