Searched refs:ep0csr (Results 1 – 1 of 1) sorted by relevance
586 u32 ep0csr) in s3c2410_udc_handle_ep0_idle() argument591 if (!(ep0csr & S3C2410_UDC_EP0_CSR_OPKRDY)) in s3c2410_udc_handle_ep0_idle()725 u32 ep0csr; in s3c2410_udc_handle_ep0() local739 ep0csr = udc_read(S3C2410_UDC_IN_CSR1_REG); in s3c2410_udc_handle_ep0()742 ep0csr, ep0states[dev->ep0state]); in s3c2410_udc_handle_ep0()745 if (ep0csr & S3C2410_UDC_EP0_CSR_SENTSTL) { in s3c2410_udc_handle_ep0()754 if (ep0csr & S3C2410_UDC_EP0_CSR_SE) { in s3c2410_udc_handle_ep0()763 s3c2410_udc_handle_ep0_idle(dev, ep, &crq, ep0csr); in s3c2410_udc_handle_ep0()768 if (!(ep0csr & S3C2410_UDC_EP0_CSR_IPKRDY) && req) in s3c2410_udc_handle_ep0()774 if ((ep0csr & S3C2410_UDC_EP0_CSR_OPKRDY) && req) in s3c2410_udc_handle_ep0()[all …]