Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mfd/
Dlp873x.c40 unsigned int otpid; in lp873x_probe() local
56 ret = regmap_read(lp873->regmap, LP873X_REG_OTP_REV, &otpid); in lp873x_probe()
62 lp873->rev = otpid & LP873X_OTP_REV_OTP_ID; in lp873x_probe()
Dlp87565.c51 unsigned int otpid; in lp87565_probe() local
67 ret = regmap_read(lp87565->regmap, LP87565_REG_OTP_REV, &otpid); in lp87565_probe()
73 lp87565->rev = otpid & LP87565_OTP_REV_OTP_ID; in lp87565_probe()