Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Ds3c2410_udc_regs.h113 #define S3C2410_UDC_ICSR1_PKTRDY (1 << 0) /* R/W (set only) */ macro
H A Ds3c2410_udc.c355 udc_write(ep_csr | S3C2410_UDC_ICSR1_PKTRDY, in s3c2410_udc_write_fifo()
371 udc_write(ep_csr | S3C2410_UDC_ICSR1_PKTRDY, in s3c2410_udc_write_fifo()
814 if (!(ep_csr1 & S3C2410_UDC_ICSR1_PKTRDY) && req) in s3c2410_udc_handle_ep()