Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/gadget/udc/
Ds3c2410_udc_regs.h121 #define S3C2410_UDC_OCSR1_SENTSTL (1 << 6) /* R/W (clear only) */ macro
Ds3c2410_udc.c821 if (ep_csr1 & S3C2410_UDC_OCSR1_SENTSTL) { in s3c2410_udc_handle_ep()
823 udc_write(ep_csr1 & ~S3C2410_UDC_OCSR1_SENTSTL, in s3c2410_udc_handle_ep()