Searched refs:USIR0 (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | pxa27x_udc.c | 368 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()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | pxa25x_udc.c | 99 #define USIR0 0x0058 /* UDC Status Interrupt Register 0 */ macro 656 udc_set_reg(dev, USIR0, USIR0_IR0); in ep0start() 1256 udc_get_reg(dev, USIR1), udc_get_reg(dev, USIR0), in udc_debug_show() 1849 udc_set_reg(dev, USIR0, USIR0_IR0); in handle_ep0() 1964 u32 usir0 = udc_get_reg(dev, USIR0) & in pxa25x_udc_irq() 1988 udc_set_reg(dev, USIR0, in pxa25x_udc_irq() 1989 udc_get_reg(dev, USIR0) | tmp); in pxa25x_udc_irq()
|
| H A D | pxa25x_udc.h | 206 UICR1, UICR0, USIR1, USIR0, UFNRH, UFNRL); in dump_state()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-pxa/ |
| H A D | pxa-regs.h | 587 #define USIR0 0x4060000C /* UDC Status Interrupt Register 0 */ macro
|