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

/linux-master/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.c265 ep->c_txbd = ep->txbase;
266 ep->n_txbd = ep->txbase;
301 bd = ep->txbase;
377 ep->txbase = cpm_muram_addr(tmp_addr + (sizeof(struct qe_bd)
381 ep->n_txbd = ep->txbase;
382 ep->c_txbd = ep->txbase;
395 bd = ep->txbase;
1125 ep->n_txbd = ep->txbase;
1376 ep->c_txbd = ep->txbase;
1440 ep->c_txbd = ep->txbase;
[all...]
H A Dfsl_qe_udc.h273 struct qe_bd __iomem *txbase; member in struct:qe_ep
/linux-master/drivers/net/ethernet/sun/
H A Dsunhme.c1698 struct happy_meal_txd *txbase = &hp->happy_block->happy_meal_txd[0]; local
1710 this = &txbase[elem];
1720 flags = hme_read_desc32(hp, &txbase[last].tx_flags);
1738 this = &txbase[elem];
1955 struct happy_meal_txd *txbase = &hp->happy_block->happy_meal_txd[0]; local
1961 struct happy_meal_txd *this = &txbase[first_entry];
H A Dsunqe.c534 struct qe_txd *txbase = &qep->qe_block->qe_txd[0]; local
538 u32 flags = txbase[elem].tx_flags;
H A Dsunbmac.c758 struct be_txd *txbase = &bp->bmac_block->be_txd[0]; local
768 struct be_txd *this = &txbase[elem];

Completed in 166 milliseconds