Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Ds3c2410_udc.c577 u32 ep0csr) in s3c2410_udc_handle_ep0_idle()
582 if (!(ep0csr & S3C2410_UDC_EP0_CSR_OPKRDY)) in s3c2410_udc_handle_ep0_idle()
716 u32 ep0csr; in s3c2410_udc_handle_ep0() local
730 ep0csr = udc_read(S3C2410_UDC_IN_CSR1_REG); in s3c2410_udc_handle_ep0()
732 dprintk(DEBUG_NORMAL, "ep0csr %x ep0state %s\n", in s3c2410_udc_handle_ep0()
733 ep0csr, ep0states[dev->ep0state]); in s3c2410_udc_handle_ep0()
736 if (ep0csr & S3C2410_UDC_EP0_CSR_SENTSTL) { in s3c2410_udc_handle_ep0()
745 if (ep0csr & S3C2410_UDC_EP0_CSR_SE) { in s3c2410_udc_handle_ep0()
754 s3c2410_udc_handle_ep0_idle(dev, ep, &crq, ep0csr); in s3c2410_udc_handle_ep0()
759 if (!(ep0csr in s3c2410_udc_handle_ep0()
574 s3c2410_udc_handle_ep0_idle(struct s3c2410_udc *dev, struct s3c2410_ep *ep, struct usb_ctrlrequest *crq, u32 ep0csr) s3c2410_udc_handle_ep0_idle() argument
842 int ep0csr; s3c2410_udc_irq() local
[all...]

Completed in 2 milliseconds