Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Ds3c2410_udc_regs.h132 #define S3C2410_UDC_EP0_CSR_OPKRDY (1 << 0) macro
H A Ds3c2410_udc.c582 if (!(ep0csr & S3C2410_UDC_EP0_CSR_OPKRDY)) in s3c2410_udc_handle_ep0_idle()
765 if ((ep0csr & S3C2410_UDC_EP0_CSR_OPKRDY) && req) in s3c2410_udc_handle_ep0()