Searched refs:dccmap (Results 1 – 9 of 9) sorted by relevance
631 otp_ptr->pdaf_data.dccmap[i] = pdaf_buf[i]; in rkotp_read_pdaf()632 checksum += otp_ptr->pdaf_data.dccmap[i]; in rkotp_read_pdaf()642 dev_info(dev, "%d ", otp_ptr->pdaf_data.dccmap[i * w + j]); in rkotp_read_pdaf()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()
152 u32 dccmap[RK_DCCMAP_SIZE]; member
6223 inf->pdaf.dccmap[i * w + j] = in ov50c40_get_otp()6224 (otp->pdaf_data.dccmap[(i * w + j) * 2] << 8) | in ov50c40_get_otp()6225 otp->pdaf_data.dccmap[(i * w + j) * 2 + 1]; in ov50c40_get_otp()
1226 inf->pdaf.dccmap[i * w + j] = in imx586_get_otp()1227 (otp->pdaf_data.dccmap[(i * w + j) * 2] << 8) | in imx586_get_otp()1228 otp->pdaf_data.dccmap[(i * w + j) * 2 + 1]; in imx586_get_otp()
1285 inf->pdaf.dccmap[i * w + j] = in s5kjn1_get_otp()1286 (otp->pdaf_data.dccmap[(i * w + j) * 2] << 8) | in s5kjn1_get_otp()1287 otp->pdaf_data.dccmap[(i * w + j) * 2 + 1]; in s5kjn1_get_otp()
1488 inf->pdaf.dccmap[i * w + j] = in gc8034_get_otp()1489 (otp->pdaf_data.dccmap[(i * w + j) * 2] << 8) | in gc8034_get_otp()1490 otp->pdaf_data.dccmap[(i * w + j) * 2 + 1]; in gc8034_get_otp()
330 __u16 dccmap[RKMODULE_PDAF_DCCMAP_LEN]; member
318 __u16 dccmap[RKMODULE_PDAF_DCCMAP_LEN]; member
3628 sprintf(print_buf + strlen(print_buf), "%d ", otp_pdaf->dccmap[i * dccmap_w + j]); in showOtpPdafData()