Searched refs:USIR1 (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | pxa27x_udc.c | 40 writel(readl(USIR1) | mask, USIR1); in udc_ack_int_UDCCR() 412 if (readl(USIR1) & UDCCR_SUSIR) { in udc_irq() 420 if (readl(USIR1) & UDCCR_RESIR) { in udc_irq() 426 if (readl(USIR1) & (1<<31)) { in udc_irq() 432 if (readl(USIR1) & UDCCR_RSTIR) { in udc_irq()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | pxa25x_udc.h | 199 UICR1, UICR0, USIR1, USIR0, UFNRH, UFNRL); in dump_state()
|
H A D | pxa25x_udc.c | 96 #define USIR1 0x005C /* UDC Status Interrupt Register 1 */ macro 1255 udc_get_reg(dev, USIR1), udc_get_reg(dev, USIR0), in udc_debug_show() 1928 u32 usir1 = udc_get_reg(dev, USIR1) & in pxa25x_udc_irq() 1957 udc_set_reg(dev, USIR1, in pxa25x_udc_irq() 1958 udc_get_reg(dev, USIR1) | tmp); in pxa25x_udc_irq()
|
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/ |
H A D | pxa-regs.h | 598 #define USIR1 0x40600010 /* UDC Status Interrupt Register 1 */ macro
|