|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | VGA_MAP_MEM(x, s) ((unsigned long) ioremap_nocache(vga_console_membase + (x), s)) |
| #define | vga_readb(x) (*(x)) |
| #define | vga_writeb(x, y) (*(y) = (x)) |
Variables | |
| unsigned long | vga_console_iobase |
| unsigned long | vga_console_membase |
| #define VGA_MAP_MEM | ( | x, | |
| s | |||
| ) | ((unsigned long) ioremap_nocache(vga_console_membase + (x), s)) |
1.8.2