Searched refs:sgioc (Results 1 - 20 of 20) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/input/serio/
H A Di8042-ip22io.h32 #define I8042_COMMAND_REG ((unsigned long)&sgioc->kbdmouse.command)
33 #define I8042_STATUS_REG ((unsigned long)&sgioc->kbdmouse.command)
34 #define I8042_DATA_REG ((unsigned long)&sgioc->kbdmouse.data)
38 return sgioc->kbdmouse.data;
43 return sgioc->kbdmouse.command;
48 sgioc->kbdmouse.data = val;
53 sgioc->kbdmouse.command = val;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/input/serio/
H A Di8042-ip22io.h32 #define I8042_COMMAND_REG ((unsigned long)&sgioc->kbdmouse.command)
33 #define I8042_STATUS_REG ((unsigned long)&sgioc->kbdmouse.command)
34 #define I8042_DATA_REG ((unsigned long)&sgioc->kbdmouse.data)
38 return sgioc->kbdmouse.data;
43 return sgioc->kbdmouse.command;
48 sgioc->kbdmouse.data = val;
53 sgioc->kbdmouse.command = val;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/sgi-ip22/
H A Dip22-hpc.c22 struct sgioc_regs *sgioc; variable in typeref:struct:sgioc_regs
24 EXPORT_SYMBOL(sgioc); variable
39 sgioc = (struct sgioc_regs *)hpc3c0->pbus_extregs[6];
49 sgint = &sgioc->int3;
61 sgioc->reset = sgi_ioc_reset;
62 sgioc->write = sgi_ioc_write;
H A Dip22-reset.c62 sgioc->panel = ~SGIOC_PANEL_POWERON;
94 sgioc->reset = sgi_ioc_reset;
107 sgioc->panel = SGIOC_PANEL_POWERON | SGIOC_PANEL_POWERINTR |
145 buttons = sgioc->panel;
146 sgioc->panel = SGIOC_PANEL_POWERON | SGIOC_PANEL_POWERINTR;
H A Dip22-berr.c36 extio_stat = ip22_is_fullhouse() ? sgioc->extio : (sgint->errstat << 4);
H A Dip22-mc.c186 if (SGIOC_SYSID_BOARDREV(sgioc->sysid) < 2) {
H A Dip28-berr.c127 extio_stat = sgioc->extio;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/sgi-ip22/
H A Dip22-hpc.c22 struct sgioc_regs *sgioc; variable in typeref:struct:sgioc_regs
24 EXPORT_SYMBOL(sgioc); variable
39 sgioc = (struct sgioc_regs *)hpc3c0->pbus_extregs[6];
49 sgint = &sgioc->int3;
61 sgioc->reset = sgi_ioc_reset;
62 sgioc->write = sgi_ioc_write;
H A Dip22-reset.c62 sgioc->panel = ~SGIOC_PANEL_POWERON;
94 sgioc->reset = sgi_ioc_reset;
107 sgioc->panel = SGIOC_PANEL_POWERON | SGIOC_PANEL_POWERINTR |
145 buttons = sgioc->panel;
146 sgioc->panel = SGIOC_PANEL_POWERON | SGIOC_PANEL_POWERINTR;
H A Dip22-berr.c36 extio_stat = ip22_is_fullhouse() ? sgioc->extio : (sgint->errstat << 4);
H A Dip22-mc.c186 if (SGIOC_SYSID_BOARDREV(sgioc->sysid) < 2) {
H A Dip28-berr.c127 extio_stat = sgioc->extio;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/sgi/
H A Dip22.h73 #define ip22_is_fullhouse() (sgioc->sysid & SGIOC_SYSID_FULLHOUSE)
H A Dioc.h197 extern struct sgioc_regs *sgioc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/sgi/
H A Dip22.h73 #define ip22_is_fullhouse() (sgioc->sysid & SGIOC_SYSID_FULLHOUSE)
H A Dioc.h197 extern struct sgioc_regs *sgioc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/input/misc/
H A Dsgi_btns.c34 status = readb(&sgioc->panel) ^ 0xa0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/input/misc/
H A Dsgi_btns.c34 status = readb(&sgioc->panel) ^ 0xa0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A Dip22zilog.c983 base = (unsigned long) &sgioc->uart;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A Dip22zilog.c983 base = (unsigned long) &sgioc->uart;

Completed in 88 milliseconds