Lines Matching refs:ep_cfg
752 cdns3_set_register_bit(&priv_dev->regs->ep_cfg, in cdns3_wa2_check_outq_status()
1393 cdns3_set_register_bit(&priv_dev->regs->ep_cfg, in cdns3_ep_run_transfer()
1754 u32 ep_cfg = readl(&priv_dev->regs->ep_cfg); in cdns3_check_ep_interrupt_proceed() local
1756 ep_cfg &= ~EP_CFG_ENABLE; in cdns3_check_ep_interrupt_proceed()
1757 writel(ep_cfg, &priv_dev->regs->ep_cfg); in cdns3_check_ep_interrupt_proceed()
2103 u32 ep_cfg = 0; in cdns3_ep_config() local
2113 ep_cfg = EP_CFG_EPTYPE(USB_ENDPOINT_XFER_INT); in cdns3_ep_config()
2116 ep_cfg |= EP_CFG_TDL_CHK; in cdns3_ep_config()
2119 ep_cfg = EP_CFG_EPTYPE(USB_ENDPOINT_XFER_BULK); in cdns3_ep_config()
2122 ep_cfg |= EP_CFG_TDL_CHK; in cdns3_ep_config()
2125 ep_cfg = EP_CFG_EPTYPE(USB_ENDPOINT_XFER_ISOC); in cdns3_ep_config()
2181 ep_cfg |= EP_CFG_ENABLE; in cdns3_ep_config()
2196 ep_cfg |= EP_CFG_STREAM_EN | EP_CFG_TDL_CHK | EP_CFG_SID_CHK; in cdns3_ep_config()
2199 ep_cfg |= EP_CFG_MAXPKTSIZE(max_packet_size) | in cdns3_ep_config()
2205 writel(ep_cfg, &priv_dev->regs->ep_cfg); in cdns3_ep_config()
2209 priv_ep->name, ep_cfg); in cdns3_ep_config()
2496 u32 ep_cfg; in cdns3_gadget_ep_disable() local
2517 ep_cfg = readl(&priv_dev->regs->ep_cfg); in cdns3_gadget_ep_disable()
2518 ep_cfg &= ~EP_CFG_ENABLE; in cdns3_gadget_ep_disable()
2519 writel(ep_cfg, &priv_dev->regs->ep_cfg); in cdns3_gadget_ep_disable()