Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/intel/catpt/
Ddsp.c447 #define CATPT_DUMP_HASH_SIZE 20 macro
472 dump_size += 4 * sizeof(*hdr) + CATPT_DUMP_HASH_SIZE; in catpt_coredump()
498 memcpy(pos, info, min_t(u32, eof - info, CATPT_DUMP_HASH_SIZE)); in catpt_coredump()
499 pos += CATPT_DUMP_HASH_SIZE; in catpt_coredump()