Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/gadget/
Dfsl_qe_udc.c274 ep->c_txbd = ep->txbase; in qe_ep_flushtxfifo()
275 ep->n_txbd = ep->txbase; in qe_ep_flushtxfifo()
310 bd = ep->txbase; in qe_epbds_reset()
386 ep->txbase = cpm_muram_addr(tmp_addr + (sizeof(struct qe_bd) in qe_ep_bd_init()
390 ep->n_txbd = ep->txbase; in qe_ep_bd_init()
391 ep->c_txbd = ep->txbase; in qe_ep_bd_init()
404 bd = ep->txbase; in qe_ep_bd_init()
1134 ep->n_txbd = ep->txbase; in qe_ep_tx()
1385 ep->c_txbd = ep->txbase; in qe_ep0_txconf()
1449 ep->c_txbd = ep->txbase; in qe_ep_txconf()
Dfsl_qe_udc.h278 struct qe_bd __iomem *txbase; member
/linux-2.6.39/drivers/net/
Dsunqe.c536 struct qe_txd *txbase = &qep->qe_block->qe_txd[0]; in qe_tx_reclaim() local
540 u32 flags = txbase[elem].tx_flags; in qe_tx_reclaim()
Dsunbmac.c761 struct be_txd *txbase = &bp->bmac_block->be_txd[0]; in bigmac_tx() local
771 struct be_txd *this = &txbase[elem]; in bigmac_tx()
Dsunhme.c1923 struct happy_meal_txd *txbase = &hp->happy_block->happy_meal_txd[0]; in happy_meal_tx() local
1936 this = &txbase[elem]; in happy_meal_tx()
1946 flags = hme_read_desc32(hp, &txbase[last].tx_flags); in happy_meal_tx()
1964 this = &txbase[elem]; in happy_meal_tx()