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

/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.h353 #define S3C_DOEPTSIZ(_a) S3C_HSOTG_REG(0xB10 + ((_a) * 0x20)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c-hsotg.c676 epsize_reg = dir_in ? S3C_DIEPTSIZ(index) : S3C_DOEPTSIZ(index);
1467 u32 epsize = readl(hsotg->regs + S3C_DOEPTSIZ(epnum));
1776 u32 epsiz_reg = dir_in ? S3C_DIEPTSIZ(idx) : S3C_DOEPTSIZ(idx);
2925 readl(regs + S3C_DOEPTSIZ(idx)),
2982 out = readl(regs + S3C_DOEPTSIZ(idx));
3098 readl(regs + S3C_DOEPTSIZ(index)));

Completed in 36 milliseconds