Home
last modified time | relevance | path

Searched refs:otp_v (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/phy/sunplus/
H A Dphy-sunplus-usb2.c83 char *otp_v; in update_disc_vol() local
92 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()