Home
last modified time | relevance | path

Searched refs:c_txbd (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/udc/
Dfsl_qe_udc.c268 ep->c_txbd = ep->txbase; in qe_ep_flushtxfifo()
385 ep->c_txbd = ep->txbase; in qe_ep_bd_init()
1370 bd = ep->c_txbd; in qe_ep0_txconf()
1379 ep->c_txbd = ep->txbase; in qe_ep0_txconf()
1381 ep->c_txbd++; in qe_ep0_txconf()
1383 if (ep->c_txbd == ep->n_txbd) { in qe_ep0_txconf()
1394 bd = ep->c_txbd; in qe_ep0_txconf()
1427 bd = ep->c_txbd; in qe_ep_txconf()
1443 ep->c_txbd = ep->txbase; in qe_ep_txconf()
1445 ep->c_txbd++; in qe_ep_txconf()
[all …]
Dfsl_qe_udc.h279 struct qe_bd __iomem *c_txbd; member