Home
last modified time | relevance | path

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

/external/syslinux/core/
Dgraphics.c30 uint16_t VGAPos; /* Pointer into VGA memory */ variable
292 VGAPos = 0; in vgadisplayfile()
302 outputvga(VGAPlaneBuffer, MK_PTR(0xA000, VGAPos)); in vgadisplayfile()
303 VGAPos += 640/8; in vgadisplayfile()
/external/syslinux/core/include/
Dgraphics.h43 extern uint16_t VGAPos;