Searched refs:crc_offset (Results 1 – 2 of 2) sorted by relevance
1567 u8 crc_offset = 9; in adis16475_push_single_sample() local1575 crc_offset = (st->info->flags & ADIS16475_HAS_TIMESTAMP32) ? 16 : 15; in adis16475_push_single_sample()1585 crc = be16_to_cpu(buffer[crc_offset]); in adis16475_push_single_sample()
4005 size_t crc_offset = 0; in sanity_check_raw_super() local4016 crc_offset = le32_to_cpu(raw_super->checksum_offset); in sanity_check_raw_super()4017 if (crc_offset != in sanity_check_raw_super()4020 crc_offset); in sanity_check_raw_super()4024 if (crc != f2fs_crc32(raw_super, crc_offset)) { in sanity_check_raw_super()