HomeSort by relevance Sort by last modified time
    Searched refs:HERCULES_VIDEO_ADDR (Results 1 - 2 of 2) sorted by null

  /external/grub/stage2/
hercules.h 25 #define HERCULES_VIDEO_ADDR RAW_ADDR (0xB0000)
hercules.c 85 = (unsigned short *) HERCULES_VIDEO_ADDR;
101 volatile unsigned long *video = (unsigned long *) HERCULES_VIDEO_ADDR;
105 grub_memmove ((char *) HERCULES_VIDEO_ADDR,
106 (char *) HERCULES_VIDEO_ADDR + HERCULES_WIDTH * 2,
119 volatile unsigned long *video = (unsigned long *) HERCULES_VIDEO_ADDR;

Completed in 40 milliseconds