Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa27x_udc.c367 writel(USIR0_IR0, USIR0); in udc_handle_ep0()
445 if (readl(USIR0) & USIR0_IR0) { in udc_irq()
447 writel(USIR0_IR0, USIR0); in udc_irq()
H A Dpxa25x_udc.c535 writel(USIR0_IR0, &dev->regs->usir0); in ep0start()
1457 writel(USIR0_IR0, &dev->regs->usir0); in handle_ep0()
1591 if (usir0 & USIR0_IR0) { in pxa25x_udc_irq()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dregs-usb.h123 #define USIR0_IR0 (1 << 0) macro
H A Dpxa-regs.h589 #define USIR0_IR0 (1 << 0) /* Interrup request ep 0 */ macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c176 #define USIR0_IR0 (1 << 0) /* Interrupt request ep 0 */ macro
652 udc_set_reg(dev, USIR0, USIR0_IR0); in ep0start()
1811 udc_set_reg(dev, USIR0, USIR0_IR0); in handle_ep0()
1938 if (usir0 & USIR0_IR0) { in pxa25x_udc_irq()