Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
Dfsl_qe_udc.c264 ep->c_txbd = ep->txbase; in qe_ep_flushtxfifo()
381 ep->c_txbd = ep->txbase; in qe_ep_bd_init()
1360 bd = ep->c_txbd; in qe_ep0_txconf()
1369 ep->c_txbd = ep->txbase; in qe_ep0_txconf()
1371 ep->c_txbd++; in qe_ep0_txconf()
1373 if (ep->c_txbd == ep->n_txbd) { in qe_ep0_txconf()
1384 bd = ep->c_txbd; in qe_ep0_txconf()
1417 bd = ep->c_txbd; in qe_ep_txconf()
1433 ep->c_txbd = ep->txbase; in qe_ep_txconf()
1435 ep->c_txbd++; in qe_ep_txconf()
[all …]
Dfsl_qe_udc.h275 struct qe_bd __iomem *c_txbd; member