Searched refs:ROM_SIGNATURE (Results 1 – 7 of 7) sorted by relevance
4 #define ROM_SIGNATURE 0xaa55 macro
31 unless $rom->{signature} == ROM_SIGNATURE;
93 #define ROM_SIGNATURE 0xaa55 macro
130 if ( romheader.Signature != ROM_SIGNATURE ) { in undirom_probe()
170 use constant ROM_SIGNATURE => 0xaa55; constant