Searched refs:PORT_IRQ_STAT (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/drivers/ata/
H A Dahci_qoriq.c98 px_is = readl(port_mmio + PORT_IRQ_STAT); ahci_qoriq_hardreset()
115 px_val = readl(port_mmio + PORT_IRQ_STAT); ahci_qoriq_hardreset()
117 writel(px_is, port_mmio + PORT_IRQ_STAT); ahci_qoriq_hardreset()
H A Dsata_inic162x.c94 PORT_IRQ_STAT = 0x09, enumerator in enum:__anon3368
282 writeb(0xff, port_base + PORT_IRQ_STAT); inic_reset_port()
384 irq_stat = readb(port_base + PORT_IRQ_STAT); inic_host_intr()
385 writeb(irq_stat, port_base + PORT_IRQ_STAT); inic_host_intr()
590 writeb(0xff, port_base + PORT_IRQ_STAT); inic_freeze()
597 writeb(0xff, port_base + PORT_IRQ_STAT); inic_thaw()
H A Dsata_sil24.c125 PORT_IRQ_STAT = 0x1008, /* high: status, low: interrupt */ enumerator in enum:__anon3378
163 /* PORT_IRQ_STAT/ENABLE_SET/CLR */
632 irq_stat = ata_wait_register(ap, port + PORT_IRQ_STAT, irq_mask, 0x0, sil24_exec_polled_cmd()
635 writel(irq_mask, port + PORT_IRQ_STAT); /* clear IRQs */ sil24_exec_polled_cmd()
971 tmp = readl(port + PORT_IRQ_STAT); sil24_thaw()
972 writel(tmp, port + PORT_IRQ_STAT); sil24_thaw()
989 irq_stat = readl(port + PORT_IRQ_STAT); sil24_error_intr()
990 writel(irq_stat, port + PORT_IRQ_STAT); sil24_error_intr()
1119 writel(PORT_IRQ_COMPLETE, port + PORT_IRQ_STAT); sil24_host_intr()
H A Dlibahci.c1137 tmp = readl(port_mmio + PORT_IRQ_STAT); ahci_port_init()
1138 VPRINTK("PORT_IRQ_STAT 0x%x\n", tmp); ahci_port_init()
1140 writel(tmp, port_mmio + PORT_IRQ_STAT); ahci_port_init()
1407 u32 irq_status = readl(port_mmio + PORT_IRQ_STAT); ahci_bad_pmp_check_ready()
1439 irq_sts = readl(port_mmio + PORT_IRQ_STAT); ahci_pmp_retry_softreset()
1801 status = readl(port_mmio + PORT_IRQ_STAT); ahci_port_intr()
1802 writel(status, port_mmio + PORT_IRQ_STAT); ahci_port_intr()
1834 status = readl(port_mmio + PORT_IRQ_STAT); ahci_multi_irqs_intr()
1835 writel(status, port_mmio + PORT_IRQ_STAT); ahci_multi_irqs_intr()
2022 tmp = readl(port_mmio + PORT_IRQ_STAT); ahci_thaw()
2023 writel(tmp, port_mmio + PORT_IRQ_STAT); ahci_thaw()
H A Dahci.h132 PORT_IRQ_STAT = 0x10, /* interrupt status */ enumerator in enum:__anon3324
H A Dahci.c651 tmp = readl(port_mmio + PORT_IRQ_STAT); ahci_pci_init_controller()
652 VPRINTK("PORT_IRQ_STAT 0x%x\n", tmp); ahci_pci_init_controller()
654 writel(tmp, port_mmio + PORT_IRQ_STAT); ahci_pci_init_controller()
/linux-4.4.14/drivers/block/mtip32xx/
H A Dmtip32xx.c434 writel(readl(port->mmio + PORT_IRQ_STAT), port->mmio + PORT_IRQ_STAT); mtip_init_port()
889 port_stat = readl(port->mmio + PORT_IRQ_STAT); mtip_handle_irq()
894 writel(port_stat, port->mmio + PORT_IRQ_STAT); mtip_handle_irq()
1231 port_stat = readl(port->mmio + PORT_IRQ_STAT); mtip_exec_internal_command()
1243 writel(port_stat, port->mmio + PORT_IRQ_STAT); mtip_exec_internal_command()
2633 readl(dd->port->mmio + PORT_IRQ_STAT)); mtip_hw_read_registers()

Completed in 234 milliseconds