Home
last modified time | relevance | path

Searched refs:UDCCR_AIN (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/arch/arm/mach-pxa/
Dpxa27x-udc.h22 #define UDCCR_AIN (0x07 << 8) /* Active UDC interface Number */ macro
/linux-5.19.10/drivers/usb/gadget/udc/
Dpxa27x_udc.h46 #define UDCCR_AIN (0x07 << 8) /* Active UDC interface Number */ macro
Dpxa27x_udc.c120 (tmp & UDCCR_AIN) >> UDCCR_AIN_S, in state_dbg_show()
2224 interface = (udccr & UDCCR_AIN) >> UDCCR_AIN_S; in irq_udc_reconfig()