otp_cal_regs      617 drivers/mfd/ab8500-gpadc.c static int otp_cal_regs[] = {
otp_cal_regs      636 drivers/mfd/ab8500-gpadc.c 	int ret[ARRAY_SIZE(otp_cal_regs)];
otp_cal_regs      637 drivers/mfd/ab8500-gpadc.c 	u8 gpadc_cal[ARRAY_SIZE(otp_cal_regs)];
otp_cal_regs      650 drivers/mfd/ab8500-gpadc.c 	for (i = 0; i < ARRAY_SIZE(otp_cal_regs); i++) {
otp_cal_regs      652 drivers/mfd/ab8500-gpadc.c 			AB8500_OTP_EMUL, otp_cal_regs[i],  &gpadc_cal[i]);
otp_cal_regs      655 drivers/mfd/ab8500-gpadc.c 				__func__, otp_cal_regs[i]);