Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dcs35l41-lib.c814 const struct cs35l41_otp_map_element_t *otp_map_match; in cs35l41_otp_unpack() local
831 otp_map_match = cs35l41_find_otp_map(otp_id_reg); in cs35l41_otp_unpack()
833 if (!otp_map_match) { in cs35l41_otp_unpack()
845 otp_map = otp_map_match->map; in cs35l41_otp_unpack()
847 bit_offset = otp_map_match->bit_offset; in cs35l41_otp_unpack()
848 word_offset = otp_map_match->word_offset; in cs35l41_otp_unpack()
850 for (i = 0; i < otp_map_match->num_elements; i++) { in cs35l41_otp_unpack()