Lines Matching refs:bit_offset
304 int bit_offset, word_offset, ret, i; in cs35l41_otp_unpack() local
337 bit_offset = otp_map_match->bit_offset; in cs35l41_otp_unpack()
354 bit_offset, word_offset, bit_sum % 32); in cs35l41_otp_unpack()
355 if (bit_offset + otp_map[i].size - 1 >= 32) { in cs35l41_otp_unpack()
357 GENMASK(31, bit_offset)) >> in cs35l41_otp_unpack()
358 bit_offset; in cs35l41_otp_unpack()
360 GENMASK(bit_offset + in cs35l41_otp_unpack()
362 (32 - bit_offset); in cs35l41_otp_unpack()
363 bit_offset += otp_map[i].size - 32; in cs35l41_otp_unpack()
366 GENMASK(bit_offset + otp_map[i].size - 1, in cs35l41_otp_unpack()
367 bit_offset)) >> bit_offset; in cs35l41_otp_unpack()
368 bit_offset += otp_map[i].size; in cs35l41_otp_unpack()
372 if (bit_offset == 32) { in cs35l41_otp_unpack()
373 bit_offset = 0; in cs35l41_otp_unpack()