Searched refs:MAGIC_MC (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/net/fsl-mc/
H A Dmc.c46 #define MAGIC_MC 0x4d430100 macro
1867 if (magic != MAGIC_MC) {
1869 printf("expected = %08x, received = %08x\n", MAGIC_MC, magic);

Completed in 34 milliseconds