Lines Matching refs:UDCCSR0_OPC
196 writel(UDCCSR0_OPC | UDCCSR0_IPR, UDCCSR0); in udc_read_urb_ep0()
227 if ((udccsr0 & (UDCCSR0_OPC | UDCCSR0_SA | UDCCSR0_RNE)) in udc_handle_ep0()
228 == (UDCCSR0_OPC | UDCCSR0_SA | UDCCSR0_RNE)) { in udc_handle_ep0()
242 writel(readl(UDCCSR0) | UDCCSR0_OPC | UDCCSR0_SA, UDCCSR0); in udc_handle_ep0()
287 UDCCSR0_OPC | UDCCSR0_FST | in udc_handle_ep0()
303 } else if ((udccsr0 & (UDCCSR0_OPC | UDCCSR0_SA)) in udc_handle_ep0()
304 == (UDCCSR0_OPC|UDCCSR0_SA)) { in udc_handle_ep0()
314 writel(udccsr0 & (UDCCSR0_SA | UDCCSR0_OPC), UDCCSR0); in udc_handle_ep0()
320 if ((udccsr0 & UDCCSR0_OPC) && !(udccsr0 & UDCCSR0_SA)) { in udc_handle_ep0()
334 } else if (!(udccsr0 & UDCCSR0_OPC) && in udc_handle_ep0()
347 if (udccsr0 & UDCCSR0_OPC) { in udc_handle_ep0()
348 writel(UDCCSR0_OPC | UDCCSR0_FTF, UDCCSR0); in udc_handle_ep0()