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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ata/
H A Dahci.h145 PORT_IRQ_BAD_PMP = (1 << 23), /* incorrect port multiplier */ enumerator in enum:__anon26264
162 PORT_IRQ_BAD_PMP,
H A Dlibahci.c1600 if (sata_pmp_attached(ap) && (irq_stat & PORT_IRQ_BAD_PMP)) {
1656 status &= ~PORT_IRQ_BAD_PMP;
1966 pp->intr_mask |= PORT_IRQ_BAD_PMP;
1982 pp->intr_mask &= ~PORT_IRQ_BAD_PMP;
H A Dahci.c508 if (irq_status & PORT_IRQ_BAD_PMP)
535 if (irq_sts & PORT_IRQ_BAD_PMP) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ata/
H A Dahci.h145 PORT_IRQ_BAD_PMP = (1 << 23), /* incorrect port multiplier */ enumerator in enum:__anon14571
162 PORT_IRQ_BAD_PMP,
H A Dlibahci.c1600 if (sata_pmp_attached(ap) && (irq_stat & PORT_IRQ_BAD_PMP)) {
1656 status &= ~PORT_IRQ_BAD_PMP;
1966 pp->intr_mask |= PORT_IRQ_BAD_PMP;
1982 pp->intr_mask &= ~PORT_IRQ_BAD_PMP;
H A Dahci.c508 if (irq_status & PORT_IRQ_BAD_PMP)
535 if (irq_sts & PORT_IRQ_BAD_PMP) {

Completed in 205 milliseconds