Searched refs:USIR0 (Results 1 – 2 of 2) sorted by relevance
367 writel(USIR0_IR0, USIR0); in udc_handle_ep0()438 if (readl(USIR0)) in udc_irq()439 usbdbg("UISR0: %x \n", readl(USIR0)); in udc_irq()441 if (readl(USIR0) & 0x2) in udc_irq()442 writel(0x2, USIR0); in udc_irq()445 if (readl(USIR0) & USIR0_IR0) { in udc_irq()447 writel(USIR0_IR0, USIR0); in udc_irq()
587 #define USIR0 0x4060000C /* UDC Status Interrupt Register 0 */ macro