Searched refs:ERR_IRQ (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 Dsata_mv.c225 ERR_IRQ = (1 << 0), /* shift by (2 * port #) */ enumerator in enum:__anon10778
1040 disable_bits = (DONE_IRQ | ERR_IRQ) << shift;
1158 mv_clear_and_enable_port_irqs(ap, port_mmio, DONE_IRQ|ERR_IRQ);
1788 mv_clear_and_enable_port_irqs(ap, mv_ap_base(ap), ERR_IRQ);
2316 port_irqs = ERR_IRQ; /* mask device interrupt when polling */
2318 port_irqs = ERR_IRQ | DONE_IRQ; /* unmask all interrupts */
2785 if (unlikely(port_cause & ERR_IRQ)) {
2851 port_mask = (DONE_IRQ | ERR_IRQ) << (p * 2);
2862 port_cause = (main_irq_cause >> shift) & (DONE_IRQ | ERR_IRQ);
3590 mv_enable_port_irqs(ap, ERR_IRQ);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dpxa168fb.h462 #define ERR_IRQ(irq) ((irq) << 16) macro

Completed in 122 milliseconds