Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/usb/
Dnet2280.h183 #define SUSPEND_REQUEST_INTERRUPT 3 macro
/linux-6.1.9/drivers/usb/gadget/udc/
Dnet2272.h27 #define SUSPEND_REQUEST_INTERRUPT 3 macro
Dnet2272.c1344 net2272_write(dev, IRQSTAT1, ~(1 << SUSPEND_REQUEST_INTERRUPT)); in net2272_usb_reset()
2031 if (stat & (1 << SUSPEND_REQUEST_INTERRUPT)) { in net2272_handle_stat1_irqs()
2035 stat &= ~(1 << SUSPEND_REQUEST_INTERRUPT); in net2272_handle_stat1_irqs()
2051 | (1 << SUSPEND_REQUEST_INTERRUPT) in net2272_handle_stat1_irqs()
Dnet2280.c2079 writel(~(u32)BIT(SUSPEND_REQUEST_INTERRUPT), &dev->regs->irqstat1), in usb_reset_228x()
3429 if (stat & BIT(SUSPEND_REQUEST_INTERRUPT)) { in handle_stat1_irqs()
3433 stat &= ~BIT(SUSPEND_REQUEST_INTERRUPT); in handle_stat1_irqs()
3450 BIT(SUSPEND_REQUEST_INTERRUPT) | in handle_stat1_irqs()