Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/udc/
Ds3c-hsudc.c42 #define S3C_EIR S3C_HSUDC_REG(0x04) /* EP Intr Status */ macro
1080 ep_intr = readl(hsudc->regs + S3C_EIR) & 0x3FF; in s3c_hsudc_irq()
1127 writel(S3C_EIR_EP0, hsudc->regs + S3C_EIR); in s3c_hsudc_irq()
1138 writel(1 << ep_idx, hsudc->regs + S3C_EIR); in s3c_hsudc_irq()