Searched refs:SUSPEND_REQUEST_INTERRUPT (Results 1 – 4 of 4) sorted by relevance
197 #define SUSPEND_REQUEST_INTERRUPT 3 macro
27 #define SUSPEND_REQUEST_INTERRUPT 3 macro
1341 net2272_write(dev, IRQSTAT1, ~(1 << SUSPEND_REQUEST_INTERRUPT)); in net2272_usb_reset()2017 if (stat & (1 << SUSPEND_REQUEST_INTERRUPT)) { in net2272_handle_stat1_irqs()2021 stat &= ~(1 << SUSPEND_REQUEST_INTERRUPT); in net2272_handle_stat1_irqs()2037 | (1 << SUSPEND_REQUEST_INTERRUPT) in net2272_handle_stat1_irqs()
2083 writel(~(u32)BIT(SUSPEND_REQUEST_INTERRUPT), &dev->regs->irqstat1), in usb_reset_228x()3423 if (stat & BIT(SUSPEND_REQUEST_INTERRUPT)) { in handle_stat1_irqs()3427 stat &= ~BIT(SUSPEND_REQUEST_INTERRUPT); in handle_stat1_irqs()3444 BIT(SUSPEND_REQUEST_INTERRUPT) | in handle_stat1_irqs()