Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
i8042-jazzio.h File Reference
#include <asm/jazz.h>

Go to the source code of this file.

Macros

#define I8042_KBD_PHYS_DESC   "R4030/serio0"
 
#define I8042_AUX_PHYS_DESC   "R4030/serio1"
 
#define I8042_MUX_PHYS_DESC   "R4030/serio%d"
 
#define I8042_KBD_IRQ   JAZZ_KEYBOARD_IRQ
 
#define I8042_AUX_IRQ   JAZZ_MOUSE_IRQ
 
#define I8042_COMMAND_REG   ((unsigned long)&jazz_kh->command)
 
#define I8042_STATUS_REG   ((unsigned long)&jazz_kh->command)
 
#define I8042_DATA_REG   ((unsigned long)&jazz_kh->data)
 

Macro Definition Documentation

#define I8042_AUX_IRQ   JAZZ_MOUSE_IRQ

Definition at line 25 of file i8042-jazzio.h.

#define I8042_AUX_PHYS_DESC   "R4030/serio1"

Definition at line 17 of file i8042-jazzio.h.

#define I8042_COMMAND_REG   ((unsigned long)&jazz_kh->command)

Definition at line 27 of file i8042-jazzio.h.

#define I8042_DATA_REG   ((unsigned long)&jazz_kh->data)

Definition at line 29 of file i8042-jazzio.h.

#define I8042_KBD_IRQ   JAZZ_KEYBOARD_IRQ

Definition at line 24 of file i8042-jazzio.h.

#define I8042_KBD_PHYS_DESC   "R4030/serio0"

Definition at line 16 of file i8042-jazzio.h.

#define I8042_MUX_PHYS_DESC   "R4030/serio%d"

Definition at line 18 of file i8042-jazzio.h.

#define I8042_STATUS_REG   ((unsigned long)&jazz_kh->command)

Definition at line 28 of file i8042-jazzio.h.