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

/u-boot/board/samsung/arndale/
H A Darndale_spl.c9 #define SIGNATURE 0xdeadbeef macro
14 .signature = SIGNATURE,
42 if (machine_param.signature != SIGNATURE) {
43 /* Will hang if SIGNATURE dont match */
/u-boot/board/samsung/smdk5250/
H A Dsmdk5250_spl.c11 #define SIGNATURE 0xdeadbeef macro
16 .signature = SIGNATURE,
44 if (machine_param.signature != SIGNATURE) {
45 /* Will hang if SIGNATURE dont match */
/u-boot/board/samsung/smdk5420/
H A Dsmdk5420_spl.c11 #define SIGNATURE 0xdeadbeef macro
16 .signature = SIGNATURE,
44 if (machine_param.signature != SIGNATURE) {
45 /* Will hang if SIGNATURE dont match */
/u-boot/drivers/video/bridge/
H A Ddp501.c128 #define SIGNATURE 0x6D macro

Completed in 43 milliseconds