Searched refs:epstatus (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/usb/gadget/udc/ |
| H A D | atmel_usba_udc.c | 1431 u32 epstatus; in usba_control_irq() local 1435 epstatus = usba_ep_readl(ep, STA); in usba_control_irq() 1439 ep->ep.name, ep->state, epstatus, epctrl); in usba_control_irq() 1446 if ((epctrl & USBA_TX_PK_RDY) && !(epstatus & USBA_TX_PK_RDY)) { in usba_control_irq() 1458 if ((epstatus & epctrl) & USBA_TX_COMPLETE) { in usba_control_irq() 1499 if ((epstatus & epctrl) & USBA_RX_BK_RDY) { in usba_control_irq() 1528 if (epstatus & USBA_RX_SETUP) { in usba_control_irq() 1619 u32 epstatus; in usba_ep_irq() local 1622 epstatus = usba_ep_readl(ep, STA); in usba_ep_irq() 1660 epstatus = usba_ep_readl(ep, STA); in usba_ep_irq() [all …]
|
| H A D | lpc32xx_udc.c | 1933 u32 epstatus; in udc_handle_eps() local 1952 if (epstatus & EP_SEL_F) in udc_handle_eps() 2319 u32 epstatus; in udc_handle_ep0_in() local 2322 epstatus = udc_clearep_getsts(udc, EP_IN); in udc_handle_ep0_in() 2329 if (epstatus & EP_SEL_ST) { in udc_handle_ep0_in() 2337 if (!(epstatus & EP_SEL_F)) { in udc_handle_ep0_in() 2353 u32 epstatus; in udc_handle_ep0_out() local 2364 if (epstatus & EP_SEL_ST) { in udc_handle_ep0_out() 2372 if (epstatus & EP_SEL_EPN) in udc_handle_ep0_out() 2375 if (epstatus & EP_SEL_STP) { in udc_handle_ep0_out() [all …]
|
| H A D | mv_udc_core.c | 189 while (readl(&udc->op_regs->epstatus) & bit_pos) in process_ep_req() 256 u32 usbcmd, epstatus; in queue_dtd() local 285 epstatus = readl(&udc->op_regs->epstatus) & bit_pos; in queue_dtd() 313 if (epstatus) in queue_dtd() 467 || (readl(&udc->op_regs->epstatus) & bit_pos)) { in mv_ep_enable() 473 (unsigned)readl(&udc->op_regs->epstatus), in mv_ep_enable() 651 (unsigned)readl(&udc->op_regs->epstatus), in mv_ep_fifo_flush() 677 } while (readl(&udc->op_regs->epstatus) & bit_pos); in mv_ep_fifo_flush()
|
| H A D | mv_udc.h | 161 u32 epstatus; /* Endpoint Status */ member
|
| /linux-6.15/drivers/usb/phy/ |
| H A D | phy-mv-usb.h | 126 u32 epstatus; /* Endpoint Status */ member
|