/kernel/linux/linux-5.10/drivers/ata/ |
H A D | ahci_qoriq.c | 123 px_is = readl(port_mmio + PORT_IRQ_STAT); in ahci_qoriq_hardreset() 140 px_val = readl(port_mmio + PORT_IRQ_STAT); in ahci_qoriq_hardreset() 142 writel(px_is, port_mmio + PORT_IRQ_STAT); in ahci_qoriq_hardreset()
|
H A D | sata_inic162x.c | 93 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() 598 writeb(0xff, port_base + PORT_IRQ_STAT); in inic_freeze() 605 writeb(0xff, port_base + PORT_IRQ_STAT); in inic_thaw()
|
H A D | sata_sil24.c | 115 PORT_IRQ_STAT = 0x1008, /* high: status, low: interrupt */ enumerator 153 /* PORT_IRQ_STAT/ENABLE_SET/CLR */ 622 irq_stat = ata_wait_register(ap, port + PORT_IRQ_STAT, irq_mask, 0x0, in sil24_exec_polled_cmd() 625 writel(irq_mask, port + PORT_IRQ_STAT); /* clear IRQs */ in sil24_exec_polled_cmd() 963 tmp = readl(port + PORT_IRQ_STAT); in sil24_thaw() 964 writel(tmp, port + PORT_IRQ_STAT); in sil24_thaw() 981 irq_stat = readl(port + PORT_IRQ_STAT); in sil24_error_intr() 982 writel(irq_stat, port + PORT_IRQ_STAT); in sil24_error_intr() 1111 writel(PORT_IRQ_COMPLETE, port + PORT_IRQ_STAT); in sil24_host_intr()
|
H A D | libahci.c | 1214 tmp = readl(port_mmio + PORT_IRQ_STAT); in ahci_port_clear_pending_irq() 1215 dev_dbg(ap->host->dev, "PORT_IRQ_STAT 0x%x\n", tmp); in ahci_port_clear_pending_irq() 1217 writel(tmp, port_mmio + PORT_IRQ_STAT); in ahci_port_clear_pending_irq() 1501 u32 irq_status = readl(port_mmio + PORT_IRQ_STAT); in ahci_bad_pmp_check_ready() 1533 irq_sts = readl(port_mmio + PORT_IRQ_STAT); in ahci_pmp_retry_softreset() 1907 status = readl(port_mmio + PORT_IRQ_STAT); in ahci_port_intr() 1908 writel(status, port_mmio + PORT_IRQ_STAT); in ahci_port_intr() 1919 status = readl(port_mmio + PORT_IRQ_STAT); in ahci_multi_irqs_intr_hard() 1920 writel(status, port_mmio + PORT_IRQ_STAT); in ahci_multi_irqs_intr_hard() 2065 tmp = readl(port_mmio + PORT_IRQ_STAT); in ahci_thaw() [all...] |
H A D | ahci.h | 118 PORT_IRQ_STAT = 0x10, /* interrupt status */ enumerator
|
H A D | ahci_xgene.c | 546 * reporting the PORT_IRQ_STAT register at the 554 * traverse the rest of port's PORT_IRQ_STAT register 557 * 5. If PORT_IRQ_STAT register of rest ports is not equal to zero 575 if (readl(port_mmio + PORT_IRQ_STAT)) in xgene_ahci_handle_broken_edge_irq()
|
H A D | ahci.c | 716 tmp = readl(port_mmio + PORT_IRQ_STAT); in ahci_pci_init_controller() 717 dev_dbg(&pdev->dev, "PORT_IRQ_STAT 0x%x\n", tmp); in ahci_pci_init_controller() 719 writel(tmp, port_mmio + PORT_IRQ_STAT); in ahci_pci_init_controller()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | ahci_qoriq.c | 119 px_is = readl(port_mmio + PORT_IRQ_STAT); in ahci_qoriq_hardreset() 136 px_val = readl(port_mmio + PORT_IRQ_STAT); in ahci_qoriq_hardreset() 138 writel(px_is, port_mmio + PORT_IRQ_STAT); in ahci_qoriq_hardreset()
|
H A D | sata_inic162x.c | 93 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 D | sata_sil24.c | 115 PORT_IRQ_STAT = 0x1008, /* high: status, low: interrupt */ enumerator 153 /* PORT_IRQ_STAT/ENABLE_SET/CLR */ 625 irq_stat = ata_wait_register(ap, port + PORT_IRQ_STAT, irq_mask, 0x0, in sil24_exec_polled_cmd() 628 writel(irq_mask, port + PORT_IRQ_STAT); /* clear IRQs */ in sil24_exec_polled_cmd() 962 tmp = readl(port + PORT_IRQ_STAT); in sil24_thaw() 963 writel(tmp, port + PORT_IRQ_STAT); in sil24_thaw() 980 irq_stat = readl(port + PORT_IRQ_STAT); in sil24_error_intr() 981 writel(irq_stat, port + PORT_IRQ_STAT); in sil24_error_intr() 1110 writel(PORT_IRQ_COMPLETE, port + PORT_IRQ_STAT); in sil24_host_intr()
|
H A D | libahci.c | 1271 tmp = readl(port_mmio + PORT_IRQ_STAT); in ahci_port_clear_pending_irq() 1272 dev_dbg(ap->host->dev, "PORT_IRQ_STAT 0x%x\n", tmp); in ahci_port_clear_pending_irq() 1274 writel(tmp, port_mmio + PORT_IRQ_STAT); in ahci_port_clear_pending_irq() 1554 u32 irq_status = readl(port_mmio + PORT_IRQ_STAT); in ahci_bad_pmp_check_ready() 1584 irq_sts = readl(port_mmio + PORT_IRQ_STAT); in ahci_pmp_retry_softreset() 1963 status = readl(port_mmio + PORT_IRQ_STAT); in ahci_port_intr() 1964 writel(status, port_mmio + PORT_IRQ_STAT); in ahci_port_intr() 1975 status = readl(port_mmio + PORT_IRQ_STAT); in ahci_multi_irqs_intr_hard() 1976 writel(status, port_mmio + PORT_IRQ_STAT); in ahci_multi_irqs_intr_hard() 2215 tmp = readl(port_mmio + PORT_IRQ_STAT); in ahci_thaw() [all...] |
H A D | ahci.h | 117 PORT_IRQ_STAT = 0x10, /* interrupt status */ enumerator
|
H A D | ahci_xgene.c | 545 * reporting the PORT_IRQ_STAT register at the 553 * traverse the rest of port's PORT_IRQ_STAT register 556 * 5. If PORT_IRQ_STAT register of rest ports is not equal to zero 574 if (readl(port_mmio + PORT_IRQ_STAT)) in xgene_ahci_handle_broken_edge_irq()
|
H A D | ahci.c | 737 tmp = readl(port_mmio + PORT_IRQ_STAT); in ahci_pci_init_controller() 738 dev_dbg(&pdev->dev, "PORT_IRQ_STAT 0x%x\n", tmp); in ahci_pci_init_controller() 740 writel(tmp, port_mmio + PORT_IRQ_STAT); in ahci_pci_init_controller()
|
/kernel/linux/linux-5.10/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 358 writel(readl(port->mmio + PORT_IRQ_STAT), port->mmio + PORT_IRQ_STAT); in mtip_init_port() 753 port_stat = readl(port->mmio + PORT_IRQ_STAT); in mtip_handle_irq() 758 writel(port_stat, port->mmio + PORT_IRQ_STAT); in mtip_handle_irq() 2308 readl(dd->port->mmio + PORT_IRQ_STAT)); in mtip_hw_read_registers()
|
/kernel/linux/linux-6.6/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 346 writel(readl(port->mmio + PORT_IRQ_STAT), port->mmio + PORT_IRQ_STAT); in mtip_init_port() 741 port_stat = readl(port->mmio + PORT_IRQ_STAT); in mtip_handle_irq() 746 writel(port_stat, port->mmio + PORT_IRQ_STAT); in mtip_handle_irq() 2203 readl(dd->port->mmio + PORT_IRQ_STAT)); in mtip_hw_read_registers()
|