Searched refs:S3C_DOEPCTL (Results 1 - 2 of 2) 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.c675 epctrl_reg = dir_in ? S3C_DIEPCTL(index) : S3C_DOEPCTL(index);
1367 u32 epctl = readl(hsotg->regs + S3C_DOEPCTL(ep_idx));
1587 readl(hsotg->regs + S3C_DOEPCTL(0)));
1600 readl(hsotg->regs + S3C_DOEPCTL(0)));
1675 reg = readl(regs + S3C_DOEPCTL(ep));
1678 writel(reg, regs + S3C_DOEPCTL(ep));
1775 u32 epctl_reg = dir_in ? S3C_DIEPCTL(idx) : S3C_DOEPCTL(idx);
2258 epctrl_reg = dir_in ? S3C_DIEPCTL(index) : S3C_DOEPCTL(index);
2358 epctrl_reg = dir_in ? S3C_DIEPCTL(index) : S3C_DOEPCTL(index);
2449 epreg = S3C_DOEPCTL(inde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/include/plat/
H A Dregs-usb-hsotg.h265 #define S3C_DOEPCTL(_a) S3C_HSOTG_REG(0xB00 + ((_a) * 0x20)) macro

Completed in 40 milliseconds