Lines Matching defs:kbd_iobase
24 static void __iomem *kbd_iobase;
26 #define I8042_COMMAND_REG (kbd_iobase + 0x64UL)
27 #define I8042_DATA_REG (kbd_iobase + 0x60UL)
31 return readb(kbd_iobase + 0x60UL);
36 return readb(kbd_iobase + 0x64UL);
41 writeb(val, kbd_iobase + 0x60UL);
46 writeb(val, kbd_iobase + 0x64UL);
52 kbd_iobase = ioremap(0x16000000, 4);
56 kbd_iobase = ioremap(0x14000000, 4);
60 if (!kbd_iobase)