Searched refs:S3C_DOEPCTL (Results 1 – 2 of 2) sorted by relevance
675 epctrl_reg = dir_in ? S3C_DIEPCTL(index) : S3C_DOEPCTL(index); in s3c_hsotg_start_req()1367 u32 epctl = readl(hsotg->regs + S3C_DOEPCTL(ep_idx)); in s3c_hsotg_rx_data()1587 readl(hsotg->regs + S3C_DOEPCTL(0))); in s3c_hsotg_handle_rx()1600 readl(hsotg->regs + S3C_DOEPCTL(0))); in s3c_hsotg_handle_rx()1675 reg = readl(regs + S3C_DOEPCTL(ep)); in s3c_hsotg_set_ep_maxpacket()1678 writel(reg, regs + S3C_DOEPCTL(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()2449 epreg = S3C_DOEPCTL(index); in s3c_hsotg_ep_sethalt()[all …]
265 #define S3C_DOEPCTL(_a) S3C_HSOTG_REG(0xB00 + ((_a) * 0x20)) macro