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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dahci.h191 PORT_IRQ_PHYRDY = (1 << 22), /* PhyRdy changed */ enumerator in enum:__anon10738
204 PORT_IRQ_PHYRDY |
H A Dlibahci.c671 writel(PORT_IRQ_PHYRDY, port_mmio + PORT_IRQ_STAT);
685 pp->intr_mask |= PORT_IRQ_PHYRDY;
736 pp->intr_mask &= ~PORT_IRQ_PHYRDY;
1623 if (irq_stat & (PORT_IRQ_CONNECT | PORT_IRQ_PHYRDY)) {
1664 (status & PORT_IRQ_PHYRDY)) {
1665 status &= ~PORT_IRQ_PHYRDY;

Completed in 141 milliseconds