Searched refs:DOEPCTL (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()1447 u32 epctl = readl(hsotg->regs + DOEPCTL(ep_idx)); in s3c_hsotg_rx_data()1649 readl(hsotg->regs + DOEPCTL(0))); in s3c_hsotg_handle_rx()1667 readl(hsotg->regs + DOEPCTL(0))); in s3c_hsotg_handle_rx()1751 reg = readl(regs + DOEPCTL(ep)); in s3c_hsotg_set_ep_maxpacket()1754 writel(reg, regs + DOEPCTL(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()[all …]
496 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20)) macro