Searched refs:otpid (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/mfd/ |
D | lp873x.c | 31 unsigned int otpid; in lp873x_probe() local 47 ret = regmap_read(lp873->regmap, LP873X_REG_OTP_REV, &otpid); in lp873x_probe() 53 lp873->rev = otpid & LP873X_OTP_REV_OTP_ID; in lp873x_probe()
|
D | lp87565.c | 51 unsigned int otpid; in lp87565_probe() local 85 ret = regmap_read(lp87565->regmap, LP87565_REG_OTP_REV, &otpid); in lp87565_probe() 91 lp87565->rev = otpid & LP87565_OTP_REV_OTP_ID; in lp87565_probe()
|
/linux-6.6.21/sound/soc/codecs/ |
D | cs35l56-shared.c | 583 unsigned int devid, revid, otpid, secured; in cs35l56_hw_init() local 635 ret = regmap_read(cs35l56_base->regmap, CS35L56_OTPID, &otpid); in cs35l56_hw_init() 642 cs35l56_base->secured ? "s" : "", cs35l56_base->rev, otpid); in cs35l56_hw_init()
|