Lines Matching refs:UDCCS0_OPR
151 (udccs0 & UDCCS0_OPR) ? " opr" : ""); in dump_udccs0()
535 writel(flags|UDCCS0_SA|UDCCS0_OPR, &dev->regs->udccs[0]); in ep0start()
579 UDCCS0_OPR) != 0) { in write_ep0_fifo()
581 writel(UDCCS0_OPR, in write_ep0_fifo()
711 writel(UDCCS0_OPR | UDCCS0_IPR, &ep->dev->regs->udccs[0]); in read_ep0_fifo()
1251 if (likely((udccs0 & (UDCCS0_OPR|UDCCS0_SA|UDCCS0_RNE)) in handle_ep0()
1252 == (UDCCS0_OPR|UDCCS0_SA|UDCCS0_RNE))) { in handle_ep0()
1380 } else if (likely((udccs0 & (UDCCS0_OPR|UDCCS0_SA)) in handle_ep0()
1381 == (UDCCS0_OPR|UDCCS0_SA))) { in handle_ep0()
1409 writel(udccs0 & (UDCCS0_SA|UDCCS0_OPR), in handle_ep0()
1414 if (udccs0 & UDCCS0_OPR) { in handle_ep0()
1428 if (udccs0 & UDCCS0_OPR) { in handle_ep0()
1449 if (udccs0 & UDCCS0_OPR) in handle_ep0()
1450 writel(UDCCS0_OPR, &dev->regs->udccs[0]); in handle_ep0()