Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dsata_inic162x.c93 PORT_IRQ_STAT = 0x09, enumerator
288 writeb(0xff, port_base + PORT_IRQ_STAT); in inic_reset_port()
390 irq_stat = readb(port_base + PORT_IRQ_STAT); in inic_host_intr()
391 writeb(irq_stat, port_base + PORT_IRQ_STAT); in inic_host_intr()
594 writeb(0xff, port_base + PORT_IRQ_STAT); in inic_freeze()
601 writeb(0xff, port_base + PORT_IRQ_STAT); in inic_thaw()
H A Dsata_sil24.c115 PORT_IRQ_STAT = 0x1008, /* high: status, low: interrupt */ enumerator
624 irq_stat = ata_wait_register(ap, port + PORT_IRQ_STAT, irq_mask, 0x0, in sil24_exec_polled_cmd()
627 writel(irq_mask, port + PORT_IRQ_STAT); /* clear IRQs */ in sil24_exec_polled_cmd()
961 tmp = readl(port + PORT_IRQ_STAT); in sil24_thaw()
962 writel(tmp, port + PORT_IRQ_STAT); in sil24_thaw()
979 irq_stat = readl(port + PORT_IRQ_STAT); in sil24_error_intr()
980 writel(irq_stat, port + PORT_IRQ_STAT); in sil24_error_intr()
1109 writel(PORT_IRQ_COMPLETE, port + PORT_IRQ_STAT); in sil24_host_intr()
H A Dlibahci.c1272 tmp = readl(port_mmio + PORT_IRQ_STAT); in ahci_port_clear_pending_irq()
1275 writel(tmp, port_mmio + PORT_IRQ_STAT); in ahci_port_clear_pending_irq()
1548 u32 irq_status = readl(port_mmio + PORT_IRQ_STAT); in ahci_bad_pmp_check_ready()
1578 irq_sts = readl(port_mmio + PORT_IRQ_STAT); in ahci_pmp_retry_softreset()
1957 status = readl(port_mmio + PORT_IRQ_STAT); in ahci_port_intr()
1958 writel(status, port_mmio + PORT_IRQ_STAT); in ahci_port_intr()
1969 status = readl(port_mmio + PORT_IRQ_STAT); in ahci_multi_irqs_intr_hard()
1970 writel(status, port_mmio + PORT_IRQ_STAT); in ahci_multi_irqs_intr_hard()
2201 tmp = readl(port_mmio + PORT_IRQ_STAT); in ahci_thaw()
2202 writel(tmp, port_mmio + PORT_IRQ_STAT); in ahci_thaw()
H A Dahci.h117 PORT_IRQ_STAT = 0x10, /* interrupt status */ enumerator