Home
last modified time | relevance | path

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

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