Searched refs:PORT_IRQ_STAT (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| 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 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 | 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 | libahci.c | 1222 tmp = readl(port_mmio + PORT_IRQ_STAT); in ahci_port_init() 1225 writel(tmp, port_mmio + PORT_IRQ_STAT); in ahci_port_init() 1492 u32 irq_status = readl(port_mmio + PORT_IRQ_STAT); in ahci_bad_pmp_check_ready() 1524 irq_sts = readl(port_mmio + PORT_IRQ_STAT); in ahci_pmp_retry_softreset() 1896 status = readl(port_mmio + PORT_IRQ_STAT); in ahci_port_intr() 1897 writel(status, port_mmio + PORT_IRQ_STAT); in ahci_port_intr() 1910 status = readl(port_mmio + PORT_IRQ_STAT); in ahci_multi_irqs_intr_hard() 1911 writel(status, port_mmio + PORT_IRQ_STAT); in ahci_multi_irqs_intr_hard() 2064 tmp = readl(port_mmio + PORT_IRQ_STAT); in ahci_thaw() 2065 writel(tmp, port_mmio + PORT_IRQ_STAT); in ahci_thaw()
|
| H A D | ahci.h | 117 PORT_IRQ_STAT = 0x10, /* interrupt status */ enumerator
|
| H A D | ahci.c | 685 tmp = readl(port_mmio + PORT_IRQ_STAT); in ahci_pci_init_controller() 688 writel(tmp, port_mmio + PORT_IRQ_STAT); in ahci_pci_init_controller()
|
| H A D | ahci_xgene.c | 575 if (readl(port_mmio + PORT_IRQ_STAT)) in xgene_ahci_handle_broken_edge_irq()
|
| /OK3568_Linux_fs/u-boot/drivers/ata/ |
| H A D | sata_sil.h | 109 PORT_IRQ_STAT = 0x1008, /* high: status, low: interrupt */ enumerator
|
| H A D | sata_sil.c | 147 irq_stat = ata_wait_register(port + PORT_IRQ_STAT, irq_mask, in sil_exec_cmd() 151 writel(irq_mask, port + PORT_IRQ_STAT); in sil_exec_cmd()
|
| H A D | ahci.c | 312 tmp = readl(port_mmio + PORT_IRQ_STAT); in ahci_host_init() 315 writel(tmp, port_mmio + PORT_IRQ_STAT); in ahci_host_init()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ahci.h | 49 #define PORT_IRQ_STAT 0x10 /* interrupt status */ macro
|
| /OK3568_Linux_fs/kernel/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()
|