Searched defs:ep0csr (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/gadget/
H A Ds3c2410_udc.c621 u32 ep0csr)
626 if (!(ep0csr & S3C2410_UDC_EP0_CSR_OPKRDY))
761 u32 ep0csr; local
775 ep0csr = udc_read(S3C2410_UDC_IN_CSR1_REG);
777 dprintk(DEBUG_NORMAL, "ep0csr %x ep0state %s\n",
778 ep0csr, ep0states[dev->ep0state]);
781 if (ep0csr & S3C2410_UDC_EP0_CSR_SENTSTL) {
790 if (ep0csr & S3C2410_UDC_EP0_CSR_SE) {
799 s3c2410_udc_handle_ep0_idle(dev, ep, &crq, ep0csr);
804 if (!(ep0csr
618 s3c2410_udc_handle_ep0_idle(struct s3c2410_udc *dev, struct s3c2410_ep *ep, struct usb_ctrlrequest *crq, u32 ep0csr) argument
893 int ep0csr; local
[all...]

Completed in 61 milliseconds