Searched refs:DISPLAY_REGS_BASE (Results 1 – 1 of 1) sorted by relevance
44 #define DISPLAY_REGS_BASE (DISPLAY_BASE + DISPLAY_SIZE) macro47 #define DISPLAY_WIDTH (DISPLAY_REGS_BASE + 0) // pixels width/height read/only48 #define DISPLAY_HEIGHT (DISPLAY_REGS_BASE + 4)49 #define DISPLAY_BPP (DISPLAY_REGS_BASE + 8) // bits per pixel (16/32)52 #define CONSOLE_REGS_BASE (DISPLAY_REGS_BASE + DISPLAY_REGS_SIZE)
Completed in 2 milliseconds