Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_rockusb.c120 debug("OptionCode %x\n", cbw->CDB[0]); in dump_cbw()
121 debug("SubCode %x\n", cbw->CDB[1]); in dump_cbw()
122 debug("SectorAddr %x\n", get_unaligned_be32(&cbw->CDB[2])); in dump_cbw()
123 debug("BlkSectors %x\n\n", get_unaligned_be16(&cbw->CDB[7])); in dump_cbw()
H A Dstorage_common.c183 u8 CDB[16]; /* Command Data Block */ member
H A Df_mass_storage.c2132 memcpy(common->cmnd, cbw->CDB, common->cmnd_size); in received_cbw()