Searched refs:SETUP_PACKET_INTERRUPT (Results 1 – 4 of 4) sorted by relevance
150 #define SETUP_PACKET_INTERRUPT 7 macro
21 #define SETUP_PACKET_INTERRUPT 5 macro
1723 if (unlikely(stat & (1 << SETUP_PACKET_INTERRUPT))) { in net2272_handle_stat0_irqs()1799 net2272_write(dev, IRQSTAT0, 1 << SETUP_PACKET_INTERRUPT); in net2272_handle_stat0_irqs()1800 stat ^= (1 << SETUP_PACKET_INTERRUPT); in net2272_handle_stat0_irqs()
3105 if (unlikely(stat & BIT(SETUP_PACKET_INTERRUPT))) { in handle_stat0_irqs()3183 writel(BIT(SETUP_PACKET_INTERRUPT), &dev->regs->irqstat0); in handle_stat0_irqs()3184 stat ^= BIT(SETUP_PACKET_INTERRUPT); in handle_stat0_irqs()