Searched refs:USIR0 (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | pxa27x_udc.c | 367 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()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | pxa25x_udc.c | 95 #define USIR0 0x0058 /* UDC Status Interrupt Register 0 */ macro 652 udc_set_reg(dev, USIR0, USIR0_IR0); in ep0start() 1255 udc_get_reg(dev, USIR1), udc_get_reg(dev, USIR0), in udc_debug_show() 1811 udc_set_reg(dev, USIR0, USIR0_IR0); in handle_ep0() 1926 u32 usir0 = udc_get_reg(dev, USIR0) & in pxa25x_udc_irq() 1950 udc_set_reg(dev, USIR0, in pxa25x_udc_irq() 1951 udc_get_reg(dev, USIR0) | tmp); in pxa25x_udc_irq()
|
H A D | pxa25x_udc.h | 199 UICR1, UICR0, USIR1, USIR0, UFNRH, UFNRL); in dump_state()
|
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/ |
H A D | pxa-regs.h | 587 #define USIR0 0x4060000C /* UDC Status Interrupt Register 0 */ macro
|