Home
last modified time | relevance | path

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

/u-boot/drivers/usb/gadget/
A Df_rockusb.c363 debug("cbw: ucOperCode=%x\n", cbw->CDB[0]); in printcbw()
364 debug("cbw: ucReserved=%x\n", cbw->CDB[1]); in printcbw()
365 debug("cbw: dwAddress:%x %x %x %x\n", cbw->CDB[5], cbw->CDB[4], in printcbw()
366 cbw->CDB[3], cbw->CDB[2]); in printcbw()
367 debug("cbw: ucReserved2=%x\n", cbw->CDB[6]); in printcbw()
368 debug("cbw: uslength:%x %x\n", cbw->CDB[8], cbw->CDB[7]); in printcbw()
645 f_rkusb->lba = get_unaligned_be32(&cbw->CDB[2]); in cb_read_lba()
687 f_rkusb->lba = get_unaligned_be32(&cbw->CDB[2]); in cb_write_lba()
728 lba = get_unaligned_be32(&cbw->CDB[2]); in cb_erase_lba()
769 f_rkusb->reboot_flag = cbw->CDB[1]; in cb_reboot()
[all …]
A Dstorage_common.c182 u8 CDB[16]; /* Command Data Block */ member
A Df_mass_storage.c2100 memcpy(common->cmnd, cbw->CDB, common->cmnd_size); in received_cbw()
/u-boot/arch/arm/include/asm/arch-rockchip/
A Df_rockusb.h91 u8 CDB[16]; /* Command Data Block */ member

Completed in 10 milliseconds