Searched refs:ep_sts (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/usb/cdns3/ |
| D | debug.h | 52 u32 ep_sts, in cdns3_decode_ep_irq() argument 57 ret = sprintf(str, "IRQ for %s: %08x ", ep_name, ep_sts); in cdns3_decode_ep_irq() 59 if (ep_sts & EP_STS_SETUP) in cdns3_decode_ep_irq() 61 if (ep_sts & EP_STS_IOC) in cdns3_decode_ep_irq() 63 if (ep_sts & EP_STS_ISP) in cdns3_decode_ep_irq() 65 if (ep_sts & EP_STS_DESCMIS) in cdns3_decode_ep_irq() 67 if (ep_sts & EP_STS_STREAMR) in cdns3_decode_ep_irq() 69 if (ep_sts & EP_STS_MD_EXIT) in cdns3_decode_ep_irq() 71 if (ep_sts & EP_STS_TRBERR) in cdns3_decode_ep_irq() 73 if (ep_sts & EP_STS_NRDY) in cdns3_decode_ep_irq() [all …]
|
| D | trace.h | 123 __field(u32, ep_sts) 129 __entry->ep_sts = readl(&priv_dev->regs->ep_sts); 135 __entry->ep_sts), 145 TP_PROTO(struct cdns3_device *priv_dev, u32 ep_sts), 146 TP_ARGS(priv_dev, ep_sts), 149 __field(u32, ep_sts) 154 __entry->ep_sts = ep_sts; 158 __entry->ep_sts)) 162 TP_PROTO(struct cdns3_device *priv_dev, u32 ep_sts), 163 TP_ARGS(priv_dev, ep_sts)
|
| D | ep0.c | 59 writel(EP_STS_TRBERR, ®s->ep_sts); in cdns3_ep0_run_transfer() 272 if (EP_STS_STALL(readl(&priv_dev->regs->ep_sts)) || in cdns3_req_ep0_get_status() 620 ep_sts_reg = readl(&priv_dev->regs->ep_sts); in cdns3_check_new_setup() 636 ep_sts_reg = readl(&priv_dev->regs->ep_sts); in cdns3_check_ep0_interrupt_proceed() 637 writel(ep_sts_reg, &priv_dev->regs->ep_sts); in cdns3_check_ep0_interrupt_proceed()
|
| D | gadget.c | 1004 writel(EP_STS_TRBERR | EP_STS_DESCMIS, &priv_dev->regs->ep_sts); in cdns3_ep_run_transfer() 1223 ep_sts_reg = readl(&priv_dev->regs->ep_sts); in cdns3_check_ep_interrupt_proceed() 1224 writel(ep_sts_reg, &priv_dev->regs->ep_sts); in cdns3_check_ep_interrupt_proceed() 1871 reg = readl(&priv_dev->regs->ep_sts); in cdns3_gadget_ep_enable() 1926 readl_poll_timeout_atomic(&priv_dev->regs->ep_sts, val, in cdns3_gadget_ep_disable() 2142 u32 ep_sts_reg = readl(&priv_dev->regs->ep_sts); in __cdns3_gadget_ep_set_halt()
|
| D | gadget.h | 82 __le32 ep_sts; member
|