Home
last modified time | relevance | path

Searched refs:USIR0_IR0 (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/include/asm/arch-pxa/
H A Dregs-usb.h124 #define USIR0_IR0 (1 << 0) macro
H A Dpxa-regs.h589 #define USIR0_IR0 (1 << 0) /* Interrup request ep 0 */ macro
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dpxa27x_udc.c368 writel(USIR0_IR0, USIR0); in udc_handle_ep0()
446 if (readl(USIR0) & USIR0_IR0) { in udc_irq()
448 writel(USIR0_IR0, USIR0); in udc_irq()
H A Dpxa25x_udc.c536 writel(USIR0_IR0, &dev->regs->usir0); in ep0start()
1458 writel(USIR0_IR0, &dev->regs->usir0); in handle_ep0()
1592 if (usir0 & USIR0_IR0) { in pxa25x_udc_irq()