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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfsl_qe_udc.c274 ep->c_txbd = ep->txbase;
275 ep->n_txbd = ep->txbase;
310 bd = ep->txbase;
386 ep->txbase = cpm_muram_addr(tmp_addr + (sizeof(struct qe_bd)
390 ep->n_txbd = ep->txbase;
391 ep->c_txbd = ep->txbase;
404 bd = ep->txbase;
1134 ep->n_txbd = ep->txbase;
1369 ep->c_txbd = ep->txbase;
1433 ep->c_txbd = ep->txbase;
[all...]
H A Dfsl_qe_udc.h278 struct qe_bd __iomem *txbase; member in struct:qe_ep
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsunqe.c536 struct qe_txd *txbase = &qep->qe_block->qe_txd[0]; local
540 u32 flags = txbase[elem].tx_flags;
H A Dsunbmac.c761 struct be_txd *txbase = &bp->bmac_block->be_txd[0]; local
771 struct be_txd *this = &txbase[elem];
H A Dsunhme.c1894 struct happy_meal_txd *txbase = &hp->happy_block->happy_meal_txd[0]; local
1907 this = &txbase[elem];
1917 flags = hme_read_desc32(hp, &txbase[last].tx_flags);
1935 this = &txbase[elem];

Completed in 142 milliseconds