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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/usb/
H A Dusbmass.c106 uint8_t CBWCB[16]; member in struct:usbmass_cbw_s
310 cbw->CBWCB[0] = 0x3; /* REQUEST SENSE */
311 cbw->CBWCB[1] = 0;
312 cbw->CBWCB[2] = 0;
313 cbw->CBWCB[3] = 0;
314 cbw->CBWCB[4] = 18; /* allocation length */
315 cbw->CBWCB[5] = 0;
316 cbw->CBWCB[6] = 0;
317 cbw->CBWCB[7] = 0;
318 cbw->CBWCB[
[all...]

Completed in 51 milliseconds