Home
last modified time | relevance | path

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

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