Searched refs:DOEPCTL (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/dwc2/
H A Dgadget.c551 epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index); s3c_hsotg_start_req()
1335 u32 epctl_reg = hs_ep->dir_in ? DIEPCTL(index) : DOEPCTL(index); s3c_hsotg_program_zlp()
1447 u32 epctl = readl(hsotg->regs + DOEPCTL(ep_idx)); s3c_hsotg_rx_data()
1649 readl(hsotg->regs + DOEPCTL(0))); s3c_hsotg_handle_rx()
1667 readl(hsotg->regs + DOEPCTL(0))); s3c_hsotg_handle_rx()
1751 reg = readl(regs + DOEPCTL(ep)); s3c_hsotg_set_ep_maxpacket()
1754 writel(reg, regs + DOEPCTL(ep)); s3c_hsotg_set_ep_maxpacket()
1927 u32 epctl_reg = dir_in ? DIEPCTL(idx) : DOEPCTL(idx); s3c_hsotg_epint()
2618 epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index); s3c_hsotg_ep_enable()
2765 epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index); s3c_hsotg_ep_disable_force()
2882 epreg = DOEPCTL(index); s3c_hsotg_ep_sethalt()
3280 writel(next, hsotg->regs + DOEPCTL(epnum)); s3c_hsotg_initep()
3380 val = readl(regs + DOEPCTL(idx)); s3c_hsotg_dump()
3383 idx, readl(regs + DOEPCTL(idx)), s3c_hsotg_dump()
3532 out = readl(regs + DOEPCTL(idx)); state_show()
3534 seq_printf(seq, "ep%d: DIEPCTL=0x%08x, DOEPCTL=0x%08x", state_show()
3640 seq_printf(seq, "\tDIEPCTL=0x%08x, DOEPCTL=0x%08x\n", ep_show()
3642 readl(regs + DOEPCTL(index))); ep_show()
H A Dhw.h496 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20)) macro

Completed in 100 milliseconds