Lines Matching refs:icnt
193 int ret, icnt, buck_num;
203 for (icnt = 0; icnt < mphase_buck[pchip->mphase].nreg; icnt++) {
204 buck_num = mphase_buck[pchip->mphase].buck_num[icnt];
245 int ret, icnt, buck_num;
253 for (icnt = 0; icnt < mphase_buck[pchip->mphase].nreg; icnt++) {
254 buck_num = mphase_buck[pchip->mphase].buck_num[icnt];
274 int ret, icnt;
288 for (icnt = 0; icnt < LP8755_BUCK_MAX; icnt++)
289 if ((flag0 & (0x4 << icnt))
290 && (pchip->irqmask & (0x04 << icnt))
291 && (pchip->rdev[icnt] != NULL)) {
292 regulator_notifier_call_chain(pchip->rdev[icnt],
308 for (icnt = 0; icnt < LP8755_BUCK_MAX; icnt++)
309 if (pchip->rdev[icnt] != NULL) {
310 regulator_notifier_call_chain(pchip->rdev[icnt],
317 for (icnt = 0; icnt < LP8755_BUCK_MAX; icnt++)
318 if (pchip->rdev[icnt] != NULL) {
319 regulator_notifier_call_chain(pchip->rdev[icnt],
361 int ret, icnt;
417 for (icnt = 0; icnt < LP8755_BUCK_MAX; icnt++)
418 regmap_write(pchip->regmap, icnt, 0x00);
425 int icnt;
428 for (icnt = 0; icnt < LP8755_BUCK_MAX; icnt++)
429 regmap_write(pchip->regmap, icnt, 0x00);