Home
last modified time | relevance | path

Searched refs:PORT_IRQ_PHYRDY (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
H A Dahci.h142 PORT_IRQ_PHYRDY = BIT(22), /* PhyRdy changed */ enumerator
155 PORT_IRQ_PHYRDY |
H A Dlibahci.c766 pp->intr_mask &= ~PORT_IRQ_PHYRDY; in ahci_set_lpm()
815 pp->intr_mask |= PORT_IRQ_PHYRDY; in ahci_set_lpm()
1800 if (irq_stat & (PORT_IRQ_CONNECT | PORT_IRQ_PHYRDY)) { in ahci_error_intr()
1833 status &= ~PORT_IRQ_PHYRDY; in ahci_handle_port_interrupt()
/kernel/linux/linux-6.6/drivers/ata/
H A Dahci.h141 PORT_IRQ_PHYRDY = BIT(22), /* PhyRdy changed */ enumerator
154 PORT_IRQ_PHYRDY |
H A Dlibahci.c824 pp->intr_mask &= ~PORT_IRQ_PHYRDY; in ahci_set_lpm()
873 pp->intr_mask |= PORT_IRQ_PHYRDY; in ahci_set_lpm()
1845 if (irq_stat & (PORT_IRQ_CONNECT | PORT_IRQ_PHYRDY)) { in ahci_error_intr()
1907 status &= ~PORT_IRQ_PHYRDY; in ahci_handle_port_interrupt()
/kernel/linux/linux-5.10/drivers/block/mtip32xx/
H A Dmtip32xx.c79 PORT_IRQ_PHYRDY | PORT_IRQ_UNK_FIS | PORT_IRQ_BAD_PMP | \
87 PORT_IRQ_CONNECT | PORT_IRQ_PHYRDY)
720 if (unlikely(port_stat & PORT_IRQ_PHYRDY)) { in mtip_process_errors()
/kernel/linux/linux-6.6/drivers/block/mtip32xx/
H A Dmtip32xx.c78 PORT_IRQ_PHYRDY | PORT_IRQ_UNK_FIS | PORT_IRQ_BAD_PMP | \
86 PORT_IRQ_CONNECT | PORT_IRQ_PHYRDY)
708 if (unlikely(port_stat & PORT_IRQ_PHYRDY)) { in mtip_process_errors()

Completed in 23 milliseconds