Home
last modified time | relevance | path

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

/linux/drivers/iio/imu/
H A Dadis16475.c1567 u8 crc_offset = 9; in adis16475_push_single_sample() local
1575 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()
/linux/fs/f2fs/
H A Dsuper.c4005 size_t crc_offset = 0; in sanity_check_raw_super() local
4016 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()