Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/gadget/
Ds3c-hsotg.c675 epctrl_reg = dir_in ? S3C_DIEPCTL(index) : S3C_DOEPCTL(index); in s3c_hsotg_start_req()
1670 reg = readl(regs + S3C_DIEPCTL(ep)); in s3c_hsotg_set_ep_maxpacket()
1673 writel(reg, regs + S3C_DIEPCTL(ep)); in s3c_hsotg_set_ep_maxpacket()
1775 u32 epctl_reg = dir_in ? S3C_DIEPCTL(idx) : S3C_DOEPCTL(idx); in s3c_hsotg_epint()
2258 epctrl_reg = dir_in ? S3C_DIEPCTL(index) : S3C_DOEPCTL(index); in s3c_hsotg_ep_enable()
2358 epctrl_reg = dir_in ? S3C_DIEPCTL(index) : S3C_DOEPCTL(index); in s3c_hsotg_ep_disable()
2439 epreg = S3C_DIEPCTL(index); in s3c_hsotg_ep_sethalt()
2790 writel(next, hsotg->regs + S3C_DIEPCTL(epnum)); in s3c_hsotg_initep()
2918 readl(regs + S3C_DIEPCTL(idx)), in s3c_hsotg_dump()
2976 in = readl(regs + S3C_DIEPCTL(idx)); in state_show()
[all …]
/linux-2.6.39/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg.h264 #define S3C_DIEPCTL(_a) S3C_HSOTG_REG(0x900 + ((_a) * 0x20)) macro