Home
last modified time | relevance | path

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

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