Lines Matching refs:icnt
237 int ret, icnt, buck_num;
247 for (icnt = 0; icnt < mphase_buck[pchip->mphase].nreg; icnt++) {
248 buck_num = mphase_buck[pchip->mphase].buck_num[icnt];
285 int ret, icnt, buck_num;
293 for (icnt = 0; icnt < mphase_buck[pchip->mphase].nreg; icnt++) {
294 buck_num = mphase_buck[pchip->mphase].buck_num[icnt];
314 int ret, icnt;
328 for (icnt = 0; icnt < LP8755_BUCK_MAX; icnt++)
329 if ((flag0 & (0x4 << icnt))
330 && (pchip->irqmask & (0x04 << icnt))
331 && (pchip->rdev[icnt] != NULL)) {
332 regulator_notifier_call_chain(pchip->rdev[icnt],
348 for (icnt = 0; icnt < LP8755_BUCK_MAX; icnt++)
349 if (pchip->rdev[icnt] != NULL) {
350 regulator_notifier_call_chain(pchip->rdev[icnt],
357 for (icnt = 0; icnt < LP8755_BUCK_MAX; icnt++)
358 if (pchip->rdev[icnt] != NULL) {
359 regulator_notifier_call_chain(pchip->rdev[icnt],
402 int ret, icnt;
458 for (icnt = 0; icnt < LP8755_BUCK_MAX; icnt++)
459 regmap_write(pchip->regmap, icnt, 0x00);
466 int icnt;
469 for (icnt = 0; icnt < LP8755_BUCK_MAX; icnt++)
470 regmap_write(pchip->regmap, icnt, 0x00);