Searched refs:daint (Results 1 – 1 of 1) sorted by relevance
287 u32 daint; in s3c_hsotg_ctrl_epint() local293 daint = readl(hsotg->regs + S3C_DAINTMSK); in s3c_hsotg_ctrl_epint()295 daint |= bit; in s3c_hsotg_ctrl_epint()297 daint &= ~bit; in s3c_hsotg_ctrl_epint()298 writel(daint, hsotg->regs + S3C_DAINTMSK); in s3c_hsotg_ctrl_epint()2088 u32 daint = readl(hsotg->regs + S3C_DAINT); in s3c_hsotg_irq() local2089 u32 daint_out = daint >> S3C_DAINT_OutEP_SHIFT; in s3c_hsotg_irq()2090 u32 daint_in = daint & ~(daint_out << S3C_DAINT_OutEP_SHIFT); in s3c_hsotg_irq()2093 dev_dbg(hsotg->dev, "%s: daint=%08x\n", __func__, daint); in s3c_hsotg_irq()2105 writel(daint, hsotg->regs + S3C_DAINT); in s3c_hsotg_irq()