Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/usb/
Dnet2280.h197 #define SUSPEND_REQUEST_INTERRUPT 3 macro
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
Dnet2272.h27 #define SUSPEND_REQUEST_INTERRUPT 3 macro
Dnet2272.c1340 net2272_write(dev, IRQSTAT1, ~(1 << SUSPEND_REQUEST_INTERRUPT)); in net2272_usb_reset()
2016 if (stat & (1 << SUSPEND_REQUEST_INTERRUPT)) { in net2272_handle_stat1_irqs()
2020 stat &= ~(1 << SUSPEND_REQUEST_INTERRUPT); in net2272_handle_stat1_irqs()
2036 | (1 << SUSPEND_REQUEST_INTERRUPT) in net2272_handle_stat1_irqs()
Dnet2280.c2082 writel(~(u32)BIT(SUSPEND_REQUEST_INTERRUPT), &dev->regs->irqstat1), in usb_reset_228x()
3421 if (stat & BIT(SUSPEND_REQUEST_INTERRUPT)) { in handle_stat1_irqs()
3425 stat &= ~BIT(SUSPEND_REQUEST_INTERRUPT); in handle_stat1_irqs()
3442 BIT(SUSPEND_REQUEST_INTERRUPT) | in handle_stat1_irqs()