Home
last modified time | relevance | path

Searched refs:irq_sts (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/timer/
H A Daspeed_timer.c166 s->irq_sts |= BIT(t->id); in calculate_next()
207 s->irq_sts |= BIT(t->id); in aspeed_timer_expire()
560 value = s->irq_sts; in aspeed_2600_timer_read()
580 s->irq_sts &= tv; in aspeed_2600_timer_write()
641 s->irq_sts = 0; in aspeed_timer_reset()
666 VMSTATE_UINT32(irq_sts, AspeedTimerCtrlState),
/openbmc/qemu/include/hw/timer/
H A Daspeed_timer.h64 uint32_t irq_sts; member
/openbmc/linux/drivers/ata/
H A Dlibahci.c1573 u32 irq_sts; in ahci_pmp_retry_softreset() local
1584 irq_sts = readl(port_mmio + PORT_IRQ_STAT); in ahci_pmp_retry_softreset()
1585 if (irq_sts & PORT_IRQ_BAD_PMP) { in ahci_pmp_retry_softreset()