Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/usb/
Dnet2280.h196 #define SUSPEND_REQUEST_INTERRUPT 3 macro
/linux-4.4.14/drivers/usb/gadget/udc/
Dnet2272.h40 #define SUSPEND_REQUEST_INTERRUPT 3 macro
Dnet2272.c1363 net2272_write(dev, IRQSTAT1, ~(1 << SUSPEND_REQUEST_INTERRUPT)); in net2272_usb_reset()
2039 if (stat & (1 << SUSPEND_REQUEST_INTERRUPT)) { in net2272_handle_stat1_irqs()
2043 stat &= ~(1 << SUSPEND_REQUEST_INTERRUPT); in net2272_handle_stat1_irqs()
2059 | (1 << SUSPEND_REQUEST_INTERRUPT) in net2272_handle_stat1_irqs()
Dnet2280.c2045 writel(~(u32)BIT(SUSPEND_REQUEST_INTERRUPT), &dev->regs->irqstat1), in usb_reset_228x()
3346 if (stat & BIT(SUSPEND_REQUEST_INTERRUPT)) { in handle_stat1_irqs()
3350 stat &= ~BIT(SUSPEND_REQUEST_INTERRUPT); in handle_stat1_irqs()
3366 BIT(SUSPEND_REQUEST_INTERRUPT) | in handle_stat1_irqs()