Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
vga.h File Reference

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
 

Macro Definition Documentation

#define VGA_MAP_MEM (   x,
  s 
)    ((unsigned long) ioremap_nocache(vga_console_membase + (x), s))

Definition at line 20 of file vga.h.

#define vga_readb (   x)    (*(x))

Definition at line 22 of file vga.h.

#define vga_writeb (   x,
  y 
)    (*(y) = (x))

Definition at line 23 of file vga.h.

Variable Documentation

unsigned long vga_console_iobase

Definition at line 80 of file setup.c.

unsigned long vga_console_membase

Definition at line 81 of file setup.c.