Searched refs:epstatus (Results 1 - 5 of 5) sorted by relevance

/drivers/usb/phy/
H A Dphy-mv-usb.h130 u32 epstatus; /* Endpoint Status */ member in struct:mv_otg_regs
/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c2004 u32 epstatus; local
2017 epstatus = udc_clearep_getsts(udc, ep->hwep_num);
2023 if (epstatus & EP_SEL_F)
2052 u32 status, epstatus; local
2146 epstatus = udc_clearep_getsts(udc, ep->hwep_num);
2396 u32 epstatus; local
2399 epstatus = udc_clearep_getsts(udc, EP_IN);
2406 if (epstatus & EP_SEL_ST) {
2414 if (!(epstatus & EP_SEL_F)) {
2430 u32 epstatus; local
[all...]
H A Datmel_usba_udc.c1340 u32 epstatus; local
1344 epstatus = usba_ep_readl(ep, STA);
1348 ep->ep.name, ep->state, epstatus, epctrl);
1355 if ((epctrl & USBA_TX_PK_RDY) && !(epstatus & USBA_TX_PK_RDY)) {
1367 if ((epstatus & epctrl) & USBA_TX_COMPLETE) {
1408 if ((epstatus & epctrl) & USBA_RX_BK_RDY) {
1437 if (epstatus & USBA_RX_SETUP) {
1528 u32 epstatus; local
1531 epstatus = usba_ep_readl(ep, STA);
1534 DBG(DBG_INT, "%s: interrupt, status: 0x%08x\n", ep->ep.name, epstatus);
[all...]
H A Dmv_udc.h165 u32 epstatus; /* Endpoint Status */ member in struct:mv_op_regs
H A Dmv_udc_core.c196 while (readl(&udc->op_regs->epstatus) & bit_pos)
263 u32 usbcmd, epstatus; local
292 epstatus = readl(&udc->op_regs->epstatus) & bit_pos;
320 if (epstatus)
478 || (readl(&udc->op_regs->epstatus) & bit_pos)) {
484 (unsigned)readl(&udc->op_regs->epstatus),
664 (unsigned)readl(&udc->op_regs->epstatus),
690 } while (readl(&udc->op_regs->epstatus) & bit_pos);

Completed in 119 milliseconds