Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ata/
Dahci.h155 PORT_IRQ_BAD_PMP = (1 << 23), /* incorrect port multiplier */ enumerator
172 PORT_IRQ_BAD_PMP,
Dlibahci.c1510 if (irq_status & PORT_IRQ_BAD_PMP) in ahci_bad_pmp_check_ready()
1537 if (irq_sts & PORT_IRQ_BAD_PMP) { in ahci_pmp_retry_softreset()
1776 if (sata_pmp_attached(ap) && (irq_stat & PORT_IRQ_BAD_PMP)) { in ahci_error_intr()
1829 status &= ~PORT_IRQ_BAD_PMP; in ahci_handle_port_interrupt()
2267 pp->intr_mask |= PORT_IRQ_BAD_PMP; in ahci_pmp_attach()
2293 pp->intr_mask &= ~PORT_IRQ_BAD_PMP; in ahci_pmp_detach()
/Linux-v4.19/drivers/block/mtip32xx/
Dmtip32xx.c88 PORT_IRQ_PHYRDY | PORT_IRQ_UNK_FIS | PORT_IRQ_BAD_PMP | \