Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dcs35l41-lib.c817 const struct cs35l41_otp_map_element_t *otp_map_match; in cs35l41_otp_unpack() local
834 otp_map_match = cs35l41_find_otp_map(otp_id_reg); in cs35l41_otp_unpack()
836 if (!otp_map_match) { in cs35l41_otp_unpack()
848 otp_map = otp_map_match->map; in cs35l41_otp_unpack()
850 bit_offset = otp_map_match->bit_offset; in cs35l41_otp_unpack()
851 word_offset = otp_map_match->word_offset; in cs35l41_otp_unpack()
853 for (i = 0; i < otp_map_match->num_elements; i++) { in cs35l41_otp_unpack()