Lines Matching defs:buck125_gpioindex
36 int buck125_gpioindex;
51 int set3 = (max8997->buck125_gpioindex) & 0x1;
52 int set2 = ((max8997->buck125_gpioindex) >> 1) & 0x1;
53 int set1 = ((max8997->buck125_gpioindex) >> 2) & 0x1;
300 reg += max8997->buck125_gpioindex;
305 reg += max8997->buck125_gpioindex;
316 reg += max8997->buck125_gpioindex;
589 (buckx_val[others])[max8997->buck125_gpioindex];
676 max8997->buck125_gpioindex, tmp_idx);
682 max8997->buck125_gpioindex = new_idx;
1043 max8997->buck125_gpioindex = pdata->buck125_default_idx;
1142 (max8997->buck125_gpioindex >> 2)
1145 (max8997->buck125_gpioindex >> 1)
1148 (max8997->buck125_gpioindex >> 0)