Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/gadget/udc/
Ds3c2410_udc_regs.h87 #define S3C2410_UDC_INT_EP0 (1 << 0) /* R/W (clear only) */ macro
Ds3c2410_udc.c940 if (usbd_status & S3C2410_UDC_INT_EP0) { in s3c2410_udc_irq()
943 udc_write(S3C2410_UDC_INT_EP0, S3C2410_UDC_EP_INT_REG); in s3c2410_udc_irq()
1610 udc_write(S3C2410_UDC_INT_EP0, S3C2410_UDC_EP_INT_EN_REG); in s3c2410_udc_enable()