Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/boot/
Dvesa.h32 #define VESA_MAGIC ('V' + ('E' << 8) + ('S' << 16) + ('A' << 24)) macro
Dvideo-vesa.c48 vginfo.signature != VESA_MAGIC || in vesa_probe()