Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa25x_udc.h25 #define UDCCFR_AREN (1 << 7) /* ACK response enable (now) */ macro
29 #define UDCCFR_MB1 (0xff & ~(UDCCFR_AREN|UDCCFR_ACM))
204 (tmp & UDCCFR_AREN) ? " aren" : "", in dump_state()
H A Dpxa25x_udc.c897 udc_set_reg(dev, UDCCFR, UDCCFR_AREN | in pxa25x_ep_queue()
1286 (tmp & UDCCFR_AREN) ? " aren" : "", in udc_debug_show()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dregs-usb.h132 #define UDCCFR_AREN (1 << 7) /* ACK response enable (now) */ macro
138 #define UDCCFR_MB1 (0xff & ~(UDCCFR_AREN | UDCCFR_ACM))
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.c168 (tmp & UDCCFR_AREN) ? " aren" : "", in dump_state()
786 writel(UDCCFR_AREN|UDCCFR_ACM in pxa25x_ep_queue()