Searched refs:PORT_IRQ_PHYRDY (Results 1 – 1 of 1) sorted by relevance
169 PORT_IRQ_PHYRDY = (1 << 22), /* PhyRdy changed */ enumerator182 PORT_IRQ_PHYRDY |993 writel(PORT_IRQ_PHYRDY, port_mmio + PORT_IRQ_STAT); in ahci_disable_alpm()1007 pp->intr_mask |= PORT_IRQ_PHYRDY; in ahci_disable_alpm()1058 pp->intr_mask &= ~PORT_IRQ_PHYRDY; in ahci_enable_alpm()2013 if (irq_stat & (PORT_IRQ_CONNECT | PORT_IRQ_PHYRDY)) { in ahci_error_intr()2051 (status & PORT_IRQ_PHYRDY)) { in ahci_port_intr()2052 status &= ~PORT_IRQ_PHYRDY; in ahci_port_intr()