Searched refs:udccsr0 (Results 1 – 1 of 1) sorted by relevance
205 u32 udccsr0 = readl(UDCCSR0); in udc_handle_ep0() local209 usbdbg("udccsr0 %x", udccsr0); in udc_handle_ep0()212 if (udccsr0 & UDCCSR0_SST) { in udc_handle_ep0()219 if ((udccsr0 & UDCCSR0_SA) != 0 && ep0state != EP0_IDLE) in udc_handle_ep0()225 udccsr0 = readl(UDCCSR0); in udc_handle_ep0()227 if ((udccsr0 & (UDCCSR0_OPC | UDCCSR0_SA | UDCCSR0_RNE)) in udc_handle_ep0()303 } else if ((udccsr0 & (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()[all …]