Searched refs:SUSPEND_REQUEST_INTERRUPT (Results 1 – 3 of 3) sorted by relevance
27 #define SUSPEND_REQUEST_INTERRUPT 3 macro
1343 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()
2084 writel(~(u32)BIT(SUSPEND_REQUEST_INTERRUPT), &dev->regs->irqstat1), in usb_reset_228x()3434 if (stat & BIT(SUSPEND_REQUEST_INTERRUPT)) { in handle_stat1_irqs()3438 stat &= ~BIT(SUSPEND_REQUEST_INTERRUPT); in handle_stat1_irqs()3455 BIT(SUSPEND_REQUEST_INTERRUPT) | in handle_stat1_irqs()