Home
last modified time | relevance | path

Searched refs:PORT_IRQ_PHYRDY (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/ata/
Dahci.h156 PORT_IRQ_PHYRDY = (1 << 22), /* PhyRdy changed */ enumerator
169 PORT_IRQ_PHYRDY |
Dlibahci.c697 pp->intr_mask &= ~PORT_IRQ_PHYRDY; in ahci_set_lpm()
739 pp->intr_mask |= PORT_IRQ_PHYRDY; in ahci_set_lpm()
1679 if (irq_stat & (PORT_IRQ_CONNECT | PORT_IRQ_PHYRDY)) { in ahci_error_intr()
1712 status &= ~PORT_IRQ_PHYRDY; in ahci_handle_port_interrupt()
/linux-4.1.27/drivers/block/mtip32xx/
Dmtip32xx.c88 PORT_IRQ_PHYRDY | PORT_IRQ_UNK_FIS | PORT_IRQ_BAD_PMP | \
96 PORT_IRQ_CONNECT | PORT_IRQ_PHYRDY)
865 if (unlikely(port_stat & PORT_IRQ_PHYRDY)) { in mtip_process_errors()