Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/fsl/bestcomm/
Dbestcomm_priv.h89 #define BCOM_TASK_MAGIC 0x4243544B /* 'BCTK' */ macro
/linux-6.1.9/drivers/dma/bestcomm/
Dbestcomm.c146 if (hdr->magic != BCOM_TASK_MAGIC) { in bcom_load_image()