Searched refs:DIEPTSIZ (Results 1 – 2 of 2) sorted by relevance
335 u32 epsize = readl(hsotg->regs + DIEPTSIZ(hs_ep->index)); in s3c_hsotg_write_fifo()550 epsize_reg = dir_in ? DIEPTSIZ(index) : DOEPTSIZ(index); in s3c_hsotg_start_req()1382 DXEPTSIZ_XFERSIZE(0), hsotg->regs + DIEPTSIZ(0)); in s3c_hsotg_send_zlp()1721 u32 epsize = readl(hsotg->regs + DIEPTSIZ(hs_ep->index)); in s3c_hsotg_complete_in()1800 u32 epsiz_reg = dir_in ? DIEPTSIZ(idx) : DOEPTSIZ(idx); in s3c_hsotg_epint()3114 readl(regs + DIEPTSIZ(idx)), in s3c_hsotg_dump()3177 in = readl(regs + DIEPTSIZ(idx)); in state_show()3293 readl(regs + DIEPTSIZ(index)), in ep_show()
574 #define DIEPTSIZ(_a) HSOTG_REG(0x910 + ((_a) * 0x20)) macro