Home
last modified time | relevance | path

Searched refs:SETUP_PACKET_INTERRUPT (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/include/linux/usb/
A Dnet2280.h150 #define SETUP_PACKET_INTERRUPT 7 macro
/linux-6.3-rc2/drivers/usb/gadget/udc/
A Dnet2272.h21 #define SETUP_PACKET_INTERRUPT 5 macro
A Dnet2272.c1722 if (unlikely(stat & (1 << SETUP_PACKET_INTERRUPT))) { in net2272_handle_stat0_irqs()
1798 net2272_write(dev, IRQSTAT0, 1 << SETUP_PACKET_INTERRUPT); in net2272_handle_stat0_irqs()
1799 stat ^= (1 << SETUP_PACKET_INTERRUPT); in net2272_handle_stat0_irqs()
A Dnet2280.c3104 if (unlikely(stat & BIT(SETUP_PACKET_INTERRUPT))) { in handle_stat0_irqs()
3182 writel(BIT(SETUP_PACKET_INTERRUPT), &dev->regs->irqstat0); in handle_stat0_irqs()
3183 stat ^= BIT(SETUP_PACKET_INTERRUPT); in handle_stat0_irqs()

Completed in 22 milliseconds