Home
last modified time | relevance | path

Searched refs:USIR0 (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dpxa27x_udc.c368 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()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h587 #define USIR0 0x4060000C /* UDC Status Interrupt Register 0 */ macro