Home
last modified time | relevance | path

Searched refs:sts1 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/sh/boards/mach-se/7206/
H A Dirq.c94 unsigned short sts0,sts1; in eoi_se7206_irq() local
101 sts1 = __raw_readw(INTSTS1); in eoi_se7206_irq()
112 sts1 &= ~0x00ff; in eoi_se7206_irq()
116 __raw_writew(sts1, INTSTS1); in eoi_se7206_irq()
/openbmc/qemu/hw/acpi/
H A Dich9_tco.c60 tr->tco.sts1 |= TCO_TIMEOUT; in tco_timer_expired()
109 ret = tr->tco.sts1; in tco_ioport_readw()
155 tr->tco.sts1 |= SW_TCO_SMI; in tco_ioport_writew()
160 tr->tco.sts1 |= TCO_INT_STS; in tco_ioport_writew()
164 tr->tco.sts1 = val & TCO1_STS_MASK; in tco_ioport_writew()
234 .sts1 = TCO1_STS_DEFAULT, in acpi_pm_tco_init()
261 VMSTATE_UINT16(tco.sts1, TCOIORegs),
/openbmc/qemu/include/hw/acpi/
H A Dich9_tco.h60 uint16_t sts1; member
/openbmc/linux/sound/soc/codecs/
H A Dwcd938x-sdw.c188 u32 sts1, sts2, sts3; in wcd9380_interrupt_callback() local
192 regmap_read(wcd->regmap, WCD938X_DIGITAL_INTR_STATUS_0, &sts1); in wcd9380_interrupt_callback()
196 } while (sts1 || sts2 || sts3); in wcd9380_interrupt_callback()
/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c845 unsigned int sts1; in matroxfb_get_vblank() local
851 sts1 = mga_inb(M_INSTS1); in matroxfb_get_vblank()
856 if (sts1 & 1) in matroxfb_get_vblank()
858 if (sts1 & 8) in matroxfb_get_vblank()