Searched refs:DIEPCTL (Results 1 – 2 of 2) sorted by relevance
551 epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index); in s3c_hsotg_start_req()1335 u32 epctl_reg = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index); in s3c_hsotg_program_zlp()1746 reg = readl(regs + DIEPCTL(ep)); in s3c_hsotg_set_ep_maxpacket()1749 writel(reg, regs + DIEPCTL(ep)); in s3c_hsotg_set_ep_maxpacket()1927 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); in s3c_hsotg_epint()2618 epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index); in s3c_hsotg_ep_enable()2765 epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index); in s3c_hsotg_ep_disable_force()2865 epreg = DIEPCTL(index); in s3c_hsotg_ep_sethalt()3278 writel(next, hsotg->regs + DIEPCTL(epnum)); in s3c_hsotg_initep()3376 readl(regs + DIEPCTL(idx)), in s3c_hsotg_dump()[all …]
493 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) macro