Lines Matching refs:ep_cfg
751 cdns3_set_register_bit(&priv_dev->regs->ep_cfg, in cdns3_wa2_check_outq_status()
1338 cdns3_set_register_bit(&priv_dev->regs->ep_cfg, in cdns3_ep_run_transfer()
1689 u32 ep_cfg = readl(&priv_dev->regs->ep_cfg); in cdns3_check_ep_interrupt_proceed() local
1691 ep_cfg &= ~EP_CFG_ENABLE; in cdns3_check_ep_interrupt_proceed()
1692 writel(ep_cfg, &priv_dev->regs->ep_cfg); in cdns3_check_ep_interrupt_proceed()
2038 u32 ep_cfg = 0; in cdns3_ep_config() local
2049 ep_cfg = EP_CFG_EPTYPE(USB_ENDPOINT_XFER_INT); in cdns3_ep_config()
2052 ep_cfg |= EP_CFG_TDL_CHK; in cdns3_ep_config()
2055 ep_cfg = EP_CFG_EPTYPE(USB_ENDPOINT_XFER_BULK); in cdns3_ep_config()
2058 ep_cfg |= EP_CFG_TDL_CHK; in cdns3_ep_config()
2061 ep_cfg = EP_CFG_EPTYPE(USB_ENDPOINT_XFER_ISOC); in cdns3_ep_config()
2115 ep_cfg |= EP_CFG_ENABLE; in cdns3_ep_config()
2130 ep_cfg |= EP_CFG_STREAM_EN | EP_CFG_TDL_CHK | EP_CFG_SID_CHK; in cdns3_ep_config()
2133 ep_cfg |= EP_CFG_MAXPKTSIZE(max_packet_size) | in cdns3_ep_config()
2139 writel(ep_cfg, &priv_dev->regs->ep_cfg); in cdns3_ep_config()
2143 priv_ep->name, ep_cfg); in cdns3_ep_config()
2423 u32 ep_cfg; in cdns3_gadget_ep_disable() local
2444 ep_cfg = readl(&priv_dev->regs->ep_cfg); in cdns3_gadget_ep_disable()
2445 ep_cfg &= ~EP_CFG_ENABLE; in cdns3_gadget_ep_disable()
2446 writel(ep_cfg, &priv_dev->regs->ep_cfg); in cdns3_gadget_ep_disable()