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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/regulator/
H A Dmax1586.h27 #define MAX1586_V6 1 macro
37 * @id: regulator Id (either MAX1586_V3 or MAX1586_V6)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/regulator/
H A Dmax1586.c175 .id = MAX1586_V6,
192 sizeof(struct regulator_dev *) * (MAX1586_V6 + 1),
207 for (i = 0; i < pdata->num_subdevs && i <= MAX1586_V6; i++) {
211 if (id < MAX1586_V3 || id > MAX1586_V6) {
244 for (i = 0; i <= MAX1586_V6; i++)

Completed in 114 milliseconds