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