Searched refs:dccmap_w (Results 1 – 2 of 2) sorted by relevance
844 u32 dccmap_w, dccmap_h; in otp_eeprom_show() local928 dccmap_w = dev->otp->pdaf_data.dccmap_width; in otp_eeprom_show()953 for (j = 0; j < dccmap_w; j++) { in otp_eeprom_show()955 (dev->otp->pdaf_data.dccmap[(i * dccmap_w + j) * 2] << 8) | in otp_eeprom_show()956 dev->otp->pdaf_data.dccmap[(i * dccmap_w + j) * 2 + 1]); in otp_eeprom_show()957 if (j < dccmap_w) in otp_eeprom_show()
3598 unsigned int dccmap_w, dccmap_h; in showOtpPdafData() local3605 dccmap_w = otp_pdaf->dccmap_width; in showOtpPdafData()3627 for (j = 0; j < dccmap_w; j++) { in showOtpPdafData()3628 sprintf(print_buf + strlen(print_buf), "%d ", otp_pdaf->dccmap[i * dccmap_w + j]); in showOtpPdafData()