Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/serio/
H A Di8042-ip22io.h28 #define I8042_COMMAND_REG ((unsigned long)&sgioc->kbdmouse.command)
29 #define I8042_STATUS_REG ((unsigned long)&sgioc->kbdmouse.command)
30 #define I8042_DATA_REG ((unsigned long)&sgioc->kbdmouse.data)
34 return sgioc->kbdmouse.data; in i8042_read_data()
39 return sgioc->kbdmouse.command; in i8042_read_status()
44 sgioc->kbdmouse.data = val; in i8042_write_data()
49 sgioc->kbdmouse.command = val; in i8042_write_command()
/openbmc/linux/arch/mips/sgi-ip22/
H A Dip22-hpc.c23 struct sgioc_regs *sgioc; variable
25 EXPORT_SYMBOL(sgioc);
40 sgioc = (struct sgioc_regs *)hpc3c0->pbus_extregs[6]; in sgihpc_init()
50 sgint = &sgioc->int3; in sgihpc_init()
62 sgioc->reset = sgi_ioc_reset; in sgihpc_init()
63 sgioc->write = sgi_ioc_write; in sgihpc_init()
H A Dip22-reset.c61 sgioc->panel = ~SGIOC_PANEL_POWERON; in sgi_machine_power_off()
94 sgioc->reset = sgi_ioc_reset; in blink_timeout()
107 sgioc->panel = SGIOC_PANEL_POWERON | SGIOC_PANEL_POWERINTR | in debounce()
144 buttons = sgioc->panel; in panel_int()
145 sgioc->panel = SGIOC_PANEL_POWERON | SGIOC_PANEL_POWERINTR; in panel_int()
H A Dip22-berr.c36 extio_stat = ip22_is_fullhouse() ? sgioc->extio : (sgint->errstat << 4); in save_and_clear_buserr()
H A Dip22-mc.c154 if (SGIOC_SYSID_BOARDREV(sgioc->sysid) < 2) { in sgimc_init()
H A Dip28-berr.c130 extio_stat = sgioc->extio; in save_and_clear_buserr()
/openbmc/linux/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;
/openbmc/linux/drivers/input/misc/
H A Dsgi_btns.c20 status = readb(&sgioc->panel) ^ 0xa0; in button_status()
/openbmc/linux/drivers/tty/serial/
H A Dip22zilog.c980 base = (unsigned long) &sgioc->uart; in get_zs()