#ifndef _I8042_IP22_H #define _I8042_IP22_H #include <asm/sgi/ioc.h> #include <asm/sgi/ip22.h> /* * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. */ /* * Names. */ #define I8042_KBD_PHYS_DESC "hpc3ps2/serio0" #define I8042_AUX_PHYS_DESC "hpc3ps2/serio1" #define I8042_MUX_PHYS_DESC "hpc3ps2/serio%d" /* * IRQs. */ #define I8042_KBD_IRQ SGI_KEYBD_IRQ #define I8042_AUX_IRQ SGI_KEYBD_IRQ /* * Register numbers. */ #define I8042_COMMAND_REG ((unsigned long)&sgioc->kbdmouse.command) #define I8042_STATUS_REG ((unsigned long)&sgioc->kbdmouse.command) #define I8042_DATA_REG ((unsigned long)&sgioc->kbdmouse.data)
static inline int i8042_read_data(void) { return sgioc->kbdmouse.data; }Contributors
Person | Tokens | Prop | Commits | CommitProp | |
andrew morton | andrew morton | 16 | 100.00% | 1 | 100.00% |
Total | 16 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
andrew morton | andrew morton | 16 | 100.00% | 1 | 100.00% |
Total | 16 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
andrew morton | andrew morton | 18 | 100.00% | 1 | 100.00% |
Total | 18 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
andrew morton | andrew morton | 18 | 100.00% | 1 | 100.00% |
Total | 18 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
andrew morton | andrew morton | 22 | 95.65% | 1 | 50.00% |
dmitry torokhov | dmitry torokhov | 1 | 4.35% | 1 | 50.00% |
Total | 23 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
andrew morton | andrew morton | 15 | 100.00% | 1 | 100.00% |
Total | 15 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
andrew morton | andrew morton | 156 | 99.36% | 1 | 50.00% |
dmitry torokhov | dmitry torokhov | 1 | 0.64% | 1 | 50.00% |
Total | 157 | 100.00% | 2 | 100.00% |