Searched refs:SUSPEND_REQUEST_INTERRUPT (Results 1 – 4 of 4) sorted by relevance
183 #define SUSPEND_REQUEST_INTERRUPT 3 macro
27 #define SUSPEND_REQUEST_INTERRUPT 3 macro
1344 net2272_write(dev, IRQSTAT1, ~(1 << SUSPEND_REQUEST_INTERRUPT)); in net2272_usb_reset()2030 if (stat & (1 << SUSPEND_REQUEST_INTERRUPT)) { in net2272_handle_stat1_irqs()2034 stat &= ~(1 << SUSPEND_REQUEST_INTERRUPT); in net2272_handle_stat1_irqs()2050 | (1 << SUSPEND_REQUEST_INTERRUPT) in net2272_handle_stat1_irqs()
2079 writel(~(u32)BIT(SUSPEND_REQUEST_INTERRUPT), &dev->regs->irqstat1), in usb_reset_228x()3428 if (stat & BIT(SUSPEND_REQUEST_INTERRUPT)) { in handle_stat1_irqs()3432 stat &= ~BIT(SUSPEND_REQUEST_INTERRUPT); in handle_stat1_irqs()3449 BIT(SUSPEND_REQUEST_INTERRUPT) | in handle_stat1_irqs()