Searched refs:otp_v (Results 1 – 1 of 1) sorted by relevance
83 char *otp_v; in update_disc_vol() local92 otp_v = nvmem_cell_read(cell, &otp_l); in update_disc_vol()95 if (!IS_ERR(otp_v)) { in update_disc_vol()96 set = *(otp_v + 1); in update_disc_vol()97 set = (set << (sizeof(char) * 8)) | *otp_v; in update_disc_vol()101 if (IS_ERR(otp_v) || set == 0) in update_disc_vol()