Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dahci.h75 #define PORT_IRQ_PHYRDY (1 << 22) /* PhyRdy changed */ macro
88 #define DEF_PORT_IRQ PORT_IRQ_FATAL | PORT_IRQ_PHYRDY \
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci.h141 PORT_IRQ_PHYRDY = (1 << 22), /* PhyRdy changed */ enumerator
154 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()
1789 if (irq_stat & (PORT_IRQ_CONNECT | PORT_IRQ_PHYRDY)) { in ahci_error_intr()
1822 status &= ~PORT_IRQ_PHYRDY; in ahci_handle_port_interrupt()
/OK3568_Linux_fs/kernel/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()