Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/plat-samsung/include/plat/
Dregs-udc.h118 #define S3C2410_UDC_ICSR1_PKTRDY (1 << 0) /* R/W (set only) */ macro
/linux-4.1.27/drivers/usb/gadget/udc/
Ds3c2410_udc.c383 udc_write(ep_csr | S3C2410_UDC_ICSR1_PKTRDY, in s3c2410_udc_write_fifo()
399 udc_write(ep_csr | S3C2410_UDC_ICSR1_PKTRDY, in s3c2410_udc_write_fifo()
841 if (!(ep_csr1 & S3C2410_UDC_ICSR1_PKTRDY) && req) in s3c2410_udc_handle_ep()