Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/gadget/udc/
Ds3c2410_udc_regs.h132 #define S3C2410_UDC_EP0_CSR_OPKRDY (1 << 0) macro
Ds3c2410_udc.c584 if (!(ep0csr & S3C2410_UDC_EP0_CSR_OPKRDY)) in s3c2410_udc_handle_ep0_idle()
767 if ((ep0csr & S3C2410_UDC_EP0_CSR_OPKRDY) && req) in s3c2410_udc_handle_ep0()