Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c1335 dma_addr_t tBuf; in ms_qh_urb_process() local
1377 tBuf = pUrb->tTransferDma; in ms_qh_urb_process()
1379 tBuf = 0; in ms_qh_urb_process()
1381 if (!tBuf || iIsInput) in ms_qh_urb_process()
1408 this_qtd_len = ms_qtd_pack (pQtd, tBuf, iLen, u32Token, iMaxpkt); in ms_qh_urb_process()
1410 tBuf += this_qtd_len; in ms_qh_urb_process()