Searched refs:PORT_IRQ_STAT (Results 1 – 3 of 3) sorted by relevance
/drivers/ata/ |
D | sata_sil24.c | 124 PORT_IRQ_STAT = 0x1008, /* high: status, low: interrupt */ enumerator 624 irq_stat = ata_wait_register(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() 948 tmp = readl(port + PORT_IRQ_STAT); in sil24_thaw() 949 writel(tmp, port + PORT_IRQ_STAT); in sil24_thaw() 966 irq_stat = readl(port + PORT_IRQ_STAT); in sil24_error_intr() 967 writel(irq_stat, port + PORT_IRQ_STAT); in sil24_error_intr() 1096 writel(PORT_IRQ_COMPLETE, port + PORT_IRQ_STAT); in sil24_host_intr()
|
D | sata_inic162x.c | 81 PORT_IRQ_STAT = 0x09, enumerator 269 writeb(0xff, port_base + PORT_IRQ_STAT); in inic_reset_port() 373 irq_stat = readb(port_base + PORT_IRQ_STAT); in inic_host_intr() 374 writeb(irq_stat, port_base + PORT_IRQ_STAT); in inic_host_intr() 591 writeb(0xff, port_base + PORT_IRQ_STAT); in inic_freeze() 598 writeb(0xff, port_base + PORT_IRQ_STAT); in inic_thaw()
|
D | ahci.c | 147 PORT_IRQ_STAT = 0x10, /* interrupt status */ enumerator 993 writel(PORT_IRQ_PHYRDY, port_mmio + PORT_IRQ_STAT); in ahci_disable_alpm() 1467 tmp = readl(port_mmio + PORT_IRQ_STAT); in ahci_port_init() 1470 writel(tmp, port_mmio + PORT_IRQ_STAT); in ahci_port_init() 1495 tmp = readl(port_mmio + PORT_IRQ_STAT); in ahci_init_controller() 1498 writel(tmp, port_mmio + PORT_IRQ_STAT); in ahci_init_controller() 1713 u32 irq_status = readl(port_mmio + PORT_IRQ_STAT); in ahci_sb600_check_ready() 1745 irq_sts = readl(port_mmio + PORT_IRQ_STAT); in ahci_sb600_softreset() 2038 status = readl(port_mmio + PORT_IRQ_STAT); in ahci_port_intr() 2039 writel(status, port_mmio + PORT_IRQ_STAT); in ahci_port_intr() [all …]
|