Home
last modified time | relevance | path

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

/openbmc/qemu/docs/interop/
H A Dpr-helper.rst51 of a 16-byte SCSI CDB. A file descriptor must be passed to the helper
52 together with the SCSI CDB using ancillary data.
54 The CDB has the following limitations:
59 - the allocation length (stored in bytes 7-8 of the CDB for PERSISTENT
60 RESERVE IN) or parameter list length (stored in bytes 5-8 of the CDB
64 CDB. The length of the parameter list is taken from the CDB itself.
81 specified in the CDB for the PERSISTENT RESERVE IN command.
/openbmc/u-boot/drivers/usb/gadget/
H A Df_rockusb.c358 debug("cbw: ucOperCode=%x\n", cbw->CDB[0]); in printcbw()
359 debug("cbw: ucReserved=%x\n", cbw->CDB[1]); in printcbw()
360 debug("cbw: dwAddress:%x %x %x %x\n", cbw->CDB[5], cbw->CDB[4], in printcbw()
361 cbw->CDB[3], cbw->CDB[2]); in printcbw()
362 debug("cbw: ucReserved2=%x\n", cbw->CDB[6]); in printcbw()
363 debug("cbw: uslength:%x %x\n", cbw->CDB[8], cbw->CDB[7]); in printcbw()
623 sector_count = (int)get_unaligned_be16(&cbw->CDB[7]); in cb_read_lba()
640 f_rkusb->lba = get_unaligned_be32(&cbw->CDB[2]); in cb_read_lba()
665 sector_count = (int)get_unaligned_be16(&cbw->CDB[7]); in cb_write_lba()
682 f_rkusb->lba = get_unaligned_be32(&cbw->CDB[2]); in cb_write_lba()
[all …]
H A Dstorage_common.c182 u8 CDB[16]; /* Command Data Block */ member
H A Df_mass_storage.c2092 memcpy(common->cmnd, cbw->CDB, common->cmnd_size); in received_cbw()
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Df_rockusb.h91 u8 CDB[16]; /* Command Data Block */ member
/openbmc/qemu/hw/scsi/
H A Dmpi.h392 uint8_t CDB[16]; /* 18h */ member
/openbmc/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc177 F(0xed19, CDB, RXE, Z, f1, m2_64, 0, 0, cdb, 0, IF_BFP)