Home
last modified time | relevance | path

Searched refs:ep_csr1 (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/usb/gadget/udc/
Ds3c2410_udc.c809 u32 ep_csr1; in s3c2410_udc_handle_ep() local
822 ep_csr1 = udc_read(S3C2410_UDC_IN_CSR1_REG); in s3c2410_udc_handle_ep()
824 idx, ep_csr1, req ? 1 : 0); in s3c2410_udc_handle_ep()
826 if (ep_csr1 & S3C2410_UDC_ICSR1_SENTSTL) { in s3c2410_udc_handle_ep()
829 udc_write(ep_csr1 & ~S3C2410_UDC_ICSR1_SENTSTL, in s3c2410_udc_handle_ep()
834 if (!(ep_csr1 & S3C2410_UDC_ICSR1_PKTRDY) && req) in s3c2410_udc_handle_ep()
838 ep_csr1 = udc_read(S3C2410_UDC_OUT_CSR1_REG); in s3c2410_udc_handle_ep()
839 dprintk(DEBUG_VERBOSE, "ep%01d rd csr:%02x\n", idx, ep_csr1); in s3c2410_udc_handle_ep()
841 if (ep_csr1 & S3C2410_UDC_OCSR1_SENTSTL) { in s3c2410_udc_handle_ep()
843 udc_write(ep_csr1 & ~S3C2410_UDC_OCSR1_SENTSTL, in s3c2410_udc_handle_ep()
[all …]