Searched refs:gainmap_w (Results 1 – 2 of 2) sorted by relevance
843 u32 gainmap_w, gainmap_h; in otp_eeprom_show() local926 gainmap_w = dev->otp->pdaf_data.gainmap_width; in otp_eeprom_show()932 seq_printf(p, "gainmap_width=%d;\n", gainmap_w); in otp_eeprom_show()937 for (j = 0; j < gainmap_w; j++) { in otp_eeprom_show()939 (dev->otp->pdaf_data.gainmap[(i * gainmap_w + j) * 2] << 8) | in otp_eeprom_show()940 dev->otp->pdaf_data.gainmap[(i * gainmap_w + j) * 2 + 1]); in otp_eeprom_show()941 if (j < gainmap_w) in otp_eeprom_show()
3597 unsigned int gainmap_w, gainmap_h; in showOtpPdafData() local3603 gainmap_w = otp_pdaf->gainmap_width; in showOtpPdafData()3609 LOGI_CAMHW_SUBM(ISP20HW_SUBM, "gainmap_width=%d;", gainmap_w); in showOtpPdafData()3614 for (j = 0; j < gainmap_w; j++) { in showOtpPdafData()3615 sprintf(print_buf + strlen(print_buf), "%d ", otp_pdaf->gainmap[i * gainmap_w + j]); in showOtpPdafData()