Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/usb/
Dnet2280.h193 #define SUSPEND_REQUEST_INTERRUPT 3 macro
/linux-4.1.27/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()
2028 if (stat & (1 << SUSPEND_REQUEST_INTERRUPT)) { in net2272_handle_stat1_irqs()
2032 stat &= ~(1 << SUSPEND_REQUEST_INTERRUPT); in net2272_handle_stat1_irqs()
2048 | (1 << SUSPEND_REQUEST_INTERRUPT) in net2272_handle_stat1_irqs()
Dnet2280.c1945 writel(~(u32)BIT(SUSPEND_REQUEST_INTERRUPT), &dev->regs->irqstat1), in usb_reset_228x()
3199 if (stat & BIT(SUSPEND_REQUEST_INTERRUPT)) { in handle_stat1_irqs()
3203 stat &= ~BIT(SUSPEND_REQUEST_INTERRUPT); in handle_stat1_irqs()
3219 BIT(SUSPEND_REQUEST_INTERRUPT) | in handle_stat1_irqs()