Lines Matching refs:word_offset
702 .word_offset = 2,
709 .word_offset = 2,
716 .word_offset = 2,
723 .word_offset = 2,
730 .word_offset = 2,
816 int bit_offset, word_offset, ret, i; in cs35l41_otp_unpack() local
848 word_offset = otp_map_match->word_offset; in cs35l41_otp_unpack()
852 bit_offset, word_offset, bit_sum % 32, otp_map[i].size); in cs35l41_otp_unpack()
854 otp_val = (otp_mem[word_offset] & in cs35l41_otp_unpack()
856 otp_val |= (otp_mem[++word_offset] & in cs35l41_otp_unpack()
861 otp_val = (otp_mem[word_offset] & in cs35l41_otp_unpack()
872 word_offset++; in cs35l41_otp_unpack()