Home
last modified time | relevance | path

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

/u-boot/drivers/usb/gadget/
A Dpxa25x_udc.c154 (udccs0 & UDCCS0_OPR) ? " opr" : ""); in dump_udccs0()
582 UDCCS0_OPR) != 0) { in write_ep0_fifo()
584 writel(UDCCS0_OPR, in write_ep0_fifo()
1255 == (UDCCS0_OPR|UDCCS0_SA|UDCCS0_RNE))) { in handle_ep0()
1383 } else if (likely((udccs0 & (UDCCS0_OPR|UDCCS0_SA)) in handle_ep0()
1384 == (UDCCS0_OPR|UDCCS0_SA))) { in handle_ep0()
1412 writel(udccs0 & (UDCCS0_SA|UDCCS0_OPR), in handle_ep0()
1417 if (udccs0 & UDCCS0_OPR) { in handle_ep0()
1431 if (udccs0 & UDCCS0_OPR) { in handle_ep0()
1452 if (udccs0 & UDCCS0_OPR) in handle_ep0()
[all …]
/u-boot/arch/arm/include/asm/arch-pxa/
A Dregs-usb.h112 #define UDCCS0_OPR (1 << 0) macro
A Dpxa-regs.h469 #define UDCCS0_OPR (1 << 0) /* OUT packet ready */ macro
/u-boot/include/
A DSA-1100.h294 #define UDCCS0_OPR 0x00000001 /* Output Packet Ready (read) */ macro

Completed in 26 milliseconds