Searched refs:EDLC_RCLR (Results 1 – 2 of 2) sorted by relevance
179 outb(0xff, EDLC_RCLR); /* Clear all pending Rcv interrupts */ in trigger_irq()350 outb(0xff, EDLC_RCLR); /* Kill all pending rcv interrupts */ in ni5010_probe1()434 outb(0xff, EDLC_RCLR); /* Clear all pending rcv interrupts */ in reset_receiver()539 outb(0xff, EDLC_RCLR); /* Clear the interrupt */ in ni5010_rx()543 outb(0xff, EDLC_RCLR); /* Clear the interrupt */ in ni5010_rx()692 outb(0xff, EDLC_RCLR); /* Clear out pending rcv interrupts */ in hardware_send_packet()
35 #define EDLC_RCLR (ioaddr + 0x02) /* EDLC receive "Clear IRQ" */ macro