Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/udc/
Ds3c2410_udc.c497 ep_csr = udc_read(S3C2410_UDC_OUT_CSR1_REG); in s3c2410_udc_read_fifo()
500 S3C2410_UDC_OUT_CSR1_REG); in s3c2410_udc_read_fifo()
509 ep_csr = udc_read(S3C2410_UDC_OUT_CSR1_REG); in s3c2410_udc_read_fifo()
512 S3C2410_UDC_OUT_CSR1_REG); in s3c2410_udc_read_fifo()
571 status = udc_read(S3C2410_UDC_OUT_CSR1_REG); in s3c2410_udc_get_status()
838 ep_csr1 = udc_read(S3C2410_UDC_OUT_CSR1_REG); in s3c2410_udc_handle_ep()
844 S3C2410_UDC_OUT_CSR1_REG); in s3c2410_udc_handle_ep()
987 if (udc_read(S3C2410_UDC_OUT_CSR1_REG) & 0x1) in s3c2410_udc_irq()
1080 udc_write(csr1, S3C2410_UDC_OUT_CSR1_REG); in s3c2410_udc_ep_enable()
1226 : S3C2410_UDC_OUT_CSR1_REG); in s3c2410_udc_queue()
[all …]
/Linux-v4.19/arch/arm/plat-samsung/include/plat/
Dregs-udc.h68 #define S3C2410_UDC_OUT_CSR1_REG S3C2410_USBDREG(0x0190) macro