Home
last modified time | relevance | path

Searched refs:USIR1 (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa27x_udc.c40 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 Dpxa25x_udc.h199 UICR1, UICR0, USIR1, USIR0, UFNRH, UFNRL); in dump_state()
H A Dpxa25x_udc.c96 #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 Dpxa-regs.h598 #define USIR1 0x40600010 /* UDC Status Interrupt Register 1 */ macro