Lines Matching refs:ep_cfg
768 cdns3_set_register_bit(&priv_dev->regs->ep_cfg, in cdns3_wa2_check_outq_status()
1339 cdns3_set_register_bit(&priv_dev->regs->ep_cfg, in cdns3_ep_run_transfer()
1690 u32 ep_cfg = readl(&priv_dev->regs->ep_cfg); in cdns3_check_ep_interrupt_proceed() local
1692 ep_cfg &= ~EP_CFG_ENABLE; in cdns3_check_ep_interrupt_proceed()
1693 writel(ep_cfg, &priv_dev->regs->ep_cfg); in cdns3_check_ep_interrupt_proceed()
2039 u32 ep_cfg = 0; in cdns3_ep_config() local
2050 ep_cfg = EP_CFG_EPTYPE(USB_ENDPOINT_XFER_INT); in cdns3_ep_config()
2053 ep_cfg |= EP_CFG_TDL_CHK; in cdns3_ep_config()
2056 ep_cfg = EP_CFG_EPTYPE(USB_ENDPOINT_XFER_BULK); in cdns3_ep_config()
2059 ep_cfg |= EP_CFG_TDL_CHK; in cdns3_ep_config()
2062 ep_cfg = EP_CFG_EPTYPE(USB_ENDPOINT_XFER_ISOC); in cdns3_ep_config()
2112 ep_cfg |= EP_CFG_ENABLE; in cdns3_ep_config()
2127 ep_cfg |= EP_CFG_STREAM_EN | EP_CFG_TDL_CHK | EP_CFG_SID_CHK; in cdns3_ep_config()
2130 ep_cfg |= EP_CFG_MAXPKTSIZE(max_packet_size) | in cdns3_ep_config()
2136 writel(ep_cfg, &priv_dev->regs->ep_cfg); in cdns3_ep_config()
2140 priv_ep->name, ep_cfg); in cdns3_ep_config()
2420 u32 ep_cfg; in cdns3_gadget_ep_disable() local
2441 ep_cfg = readl(&priv_dev->regs->ep_cfg); in cdns3_gadget_ep_disable()
2442 ep_cfg &= ~EP_CFG_ENABLE; in cdns3_gadget_ep_disable()
2443 writel(ep_cfg, &priv_dev->regs->ep_cfg); in cdns3_gadget_ep_disable()