Searched refs:ep_cfg (Results 1 – 3 of 3) sorted by relevance
980 cdns3_set_register_bit(&priv_dev->regs->ep_cfg, in cdns3_ep_run_transfer()1233 u32 ep_cfg = readl(&priv_dev->regs->ep_cfg); in cdns3_check_ep_interrupt_proceed() local1235 ep_cfg &= ~EP_CFG_ENABLE; in cdns3_check_ep_interrupt_proceed()1236 writel(ep_cfg, &priv_dev->regs->ep_cfg); in cdns3_check_ep_interrupt_proceed()1554 u32 ep_cfg = 0; in cdns3_ep_config() local1565 ep_cfg = EP_CFG_EPTYPE(USB_ENDPOINT_XFER_INT); in cdns3_ep_config()1569 ep_cfg |= EP_CFG_TDL_CHK; in cdns3_ep_config()1572 ep_cfg = EP_CFG_EPTYPE(USB_ENDPOINT_XFER_BULK); in cdns3_ep_config()1576 ep_cfg |= EP_CFG_TDL_CHK; in cdns3_ep_config()1579 ep_cfg = EP_CFG_EPTYPE(USB_ENDPOINT_XFER_ISOC); in cdns3_ep_config()[all …]
866 ®s->ep_cfg); in cdns3_ep0_config()875 ®s->ep_cfg); in cdns3_ep0_config()
80 __le32 ep_cfg; member