Searched refs:sts2 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/acpi/ |
H A D | ich9_tco.c | 62 tr->tco.sts2 |= TCO_SECOND_TO_STS; in tco_timer_expired() 63 tr->tco.sts2 |= TCO_BOOT_STS; in tco_timer_expired() 112 ret = tr->tco.sts2; in tco_ioport_readw() 167 tr->tco.sts2 = val & TCO2_STS_MASK; in tco_ioport_writew() 235 .sts2 = TCO2_STS_DEFAULT, in acpi_pm_tco_init() 262 VMSTATE_UINT16(tco.sts2, TCOIORegs),
|
/openbmc/qemu/include/hw/acpi/ |
H A D | ich9_tco.h | 61 uint16_t sts2; member
|
/openbmc/linux/drivers/dma/ |
H A D | pch_dma.c | 697 u32 sts2; in pd_irq() local 703 sts2 = dma_readl(pd, STS2); in pd_irq() 719 if (sts2 & DMA_STATUS_IRQ(i - 8)) { in pd_irq() 720 if (sts2 & DMA_STATUS2_ERR(i)) in pd_irq() 733 dma_writel(pd, STS2, sts2); in pd_irq()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wcd938x-sdw.c | 188 u32 sts1, sts2, sts3; in wcd9380_interrupt_callback() local 193 regmap_read(wcd->regmap, WCD938X_DIGITAL_INTR_STATUS_1, &sts2); in wcd9380_interrupt_callback() 196 } while (sts1 || sts2 || sts3); in wcd9380_interrupt_callback()
|