Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/gadget/
Dfsl_qe_udc.c274 ep->c_txbd = ep->txbase; in qe_ep_flushtxfifo()
391 ep->c_txbd = ep->txbase; in qe_ep_bd_init()
1376 bd = ep->c_txbd; in qe_ep0_txconf()
1385 ep->c_txbd = ep->txbase; in qe_ep0_txconf()
1387 ep->c_txbd++; in qe_ep0_txconf()
1389 if (ep->c_txbd == ep->n_txbd) { in qe_ep0_txconf()
1400 bd = ep->c_txbd; in qe_ep0_txconf()
1433 bd = ep->c_txbd; in qe_ep_txconf()
1449 ep->c_txbd = ep->txbase; in qe_ep_txconf()
1451 ep->c_txbd++; in qe_ep_txconf()
[all …]
Dfsl_qe_udc.h280 struct qe_bd __iomem *c_txbd; member