Home
last modified time | relevance | path

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

/drivers/usb/gadget/udc/
Ds3c-hsudc.c37 #define S3C_EIR S3C_HSUDC_REG(0x04) /* EP Intr Status */ macro
1028 ep_intr = readl(hsudc->regs + S3C_EIR) & 0x3FF; in s3c_hsudc_irq()
1075 writel(S3C_EIR_EP0, hsudc->regs + S3C_EIR); in s3c_hsudc_irq()
1086 writel(1 << ep_idx, hsudc->regs + S3C_EIR); in s3c_hsudc_irq()