Searched refs:otp_id_reg (Results 1 - 1 of 1) sorted by last modified time

/linux-master/sound/soc/codecs/
H A Dcs35l41-lib.c821 u32 otp_val, otp_id_reg; local
828 ret = regmap_read(regmap, CS35L41_OTPID, &otp_id_reg);
834 otp_map_match = cs35l41_find_otp_map(otp_id_reg);
837 dev_err(dev, "OTP Map matching ID %d not found\n", otp_id_reg);

Completed in 142 milliseconds