Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Dpxa27x_udc.c367 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()
/external/u-boot/arch/arm/include/asm/arch-pxa/
Dpxa-regs.h587 #define USIR0 0x4060000C /* UDC Status Interrupt Register 0 */ macro