Searched refs:S3C2410_UDC_OCSR1_PKTRDY (Results 1 – 2 of 2) sorted by relevance
126 #define S3C2410_UDC_OCSR1_PKTRDY (1 << 0) /* R/W (clear only) */ macro
499 udc_write(ep_csr & ~S3C2410_UDC_OCSR1_PKTRDY, in s3c2410_udc_read_fifo()511 udc_write(ep_csr & ~S3C2410_UDC_OCSR1_PKTRDY, in s3c2410_udc_read_fifo()848 if ((ep_csr1 & S3C2410_UDC_OCSR1_PKTRDY) && req) in s3c2410_udc_handle_ep()1249 || ((ep_csr & S3C2410_UDC_OCSR1_PKTRDY) in s3c2410_udc_queue()1262 && (!(ep_csr&S3C2410_UDC_OCSR1_PKTRDY)) in s3c2410_udc_queue()1265 } else if ((ep_csr & S3C2410_UDC_OCSR1_PKTRDY) in s3c2410_udc_queue()