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

/linux-4.1.27/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; i8042_read_data()
43 return sgioc->kbdmouse.command; i8042_read_status()
48 sgioc->kbdmouse.data = val; i8042_write_data()
53 sgioc->kbdmouse.command = val; i8042_write_command()
/linux-4.1.27/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]; sgihpc_init()
49 sgint = &sgioc->int3; sgihpc_init()
61 sgioc->reset = sgi_ioc_reset; sgihpc_init()
62 sgioc->write = sgi_ioc_write; sgihpc_init()
H A Dip22-reset.c61 sgioc->panel = ~SGIOC_PANEL_POWERON; sgi_machine_power_off()
94 sgioc->reset = sgi_ioc_reset; blink_timeout()
107 sgioc->panel = SGIOC_PANEL_POWERON | SGIOC_PANEL_POWERINTR | debounce()
145 buttons = sgioc->panel; panel_int()
146 sgioc->panel = SGIOC_PANEL_POWERON | SGIOC_PANEL_POWERINTR; panel_int()
H A Dip22-berr.c35 extio_stat = ip22_is_fullhouse() ? sgioc->extio : (sgint->errstat << 4); save_and_clear_buserr()
H A Dip22-mc.c185 if (SGIOC_SYSID_BOARDREV(sgioc->sysid) < 2) { sgimc_init()
H A Dip28-berr.c126 extio_stat = sgioc->extio; save_and_clear_buserr()
/linux-4.1.27/drivers/input/misc/
H A Dsgi_btns.c33 status = readb(&sgioc->panel) ^ 0xa0; button_status()
/linux-4.1.27/arch/mips/include/asm/sgi/
H A Dip22.h75 #define ip22_is_fullhouse() (sgioc->sysid & SGIOC_SYSID_FULLHOUSE)
H A Dioc.h197 extern struct sgioc_regs *sgioc;
/linux-4.1.27/drivers/tty/serial/
H A Dip22zilog.c985 base = (unsigned long) &sgioc->uart; get_zs()

Completed in 265 milliseconds