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

/freebsd-10.2-release/sys/arm/ti/twl/
H A Dtwl_vreg.c34 * This driver covers the voltages regulators (LDO), allows for enabling &
166 const uint16_t *voltages; member in struct:twl_regulator
170 #define TWL_REGULATOR_ADJUSTABLE(name, subdev, reg, voltages) \
171 { name, subdev, reg, 0, voltages, (sizeof(voltages)/sizeof(voltages[0])) }
222 const uint16_t *supp_voltages; /* pointer to an array of possible voltages */
223 uint32_t num_supp_voltages; /* the number of supplied voltages */
291 * actual supported voltages for the given regulator. If a match is found
311 /* Loop over the support voltages an
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
[all...]

Completed in 67 milliseconds