Searched refs:daint (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c-hsotg.c287 u32 daint; local
293 daint = readl(hsotg->regs + S3C_DAINTMSK);
295 daint |= bit;
297 daint &= ~bit;
298 writel(daint, hsotg->regs + S3C_DAINTMSK);
2088 u32 daint = readl(hsotg->regs + S3C_DAINT); local
2089 u32 daint_out = daint >> S3C_DAINT_OutEP_SHIFT;
2090 u32 daint_in = daint & ~(daint_out << S3C_DAINT_OutEP_SHIFT);
2093 dev_dbg(hsotg->dev, "%s: daint=%08x\n", __func__, daint);
[all...]

Completed in 60 milliseconds