Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/ata/
Dsata_inic162x.c423 u16 host_irq_stat; in inic_interrupt() local
426 host_irq_stat = readw(hpriv->mmio_base + HOST_IRQ_STAT); in inic_interrupt()
428 if (unlikely(!(host_irq_stat & HIRQ_GLOBAL))) in inic_interrupt()
434 if (host_irq_stat & (HIRQ_PORT0 << i)) { in inic_interrupt()