Searched refs:BULK_CS_WRAP_LEN (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvBulktran.c | 810 … regval = ms_usb_bulk_transfer_buf(ptr, ptr->bulk_recv_pipe, bulk_cs, BULK_CS_WRAP_LEN, &len_csw); in ms_usb_tranCS() 814 … regval = ms_usb_bulk_transfer_buf(ptr, ptr->bulk_recv_pipe, bulk_cs, BULK_CS_WRAP_LEN, NULL); in ms_usb_tranCS() 819 … regval = ms_usb_bulk_transfer_buf(ptr, ptr->bulk_recv_pipe, bulk_cs, BULK_CS_WRAP_LEN, NULL); in ms_usb_tranCS()
|
| H A D | drvBulktran.h | 126 #define BULK_CS_WRAP_LEN 13 macro
|