Home
last modified time | relevance | path

Searched refs:CapBuf (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvSCSI.c543 U8 CapBuf[DATA_LENGTH_READ_CAPACITY]; in bSCSI_READ_CAPACITY() local
569 vSCSICmd_READ_CAPACITY(pMass_stor, CapBuf, uLunNum); in bSCSI_READ_CAPACITY()
575 *pTotalBlks = (((U32)CapBuf[0] << 24) | in bSCSI_READ_CAPACITY()
576 ((U32)CapBuf[1] << 16) | in bSCSI_READ_CAPACITY()
577 ((U32)CapBuf[2] << 8) | in bSCSI_READ_CAPACITY()
578 ((U32)CapBuf[3] )) + 1 ; in bSCSI_READ_CAPACITY()
580 *pBlkSize = ((U32)CapBuf[4] << 24) | in bSCSI_READ_CAPACITY()
581 ((U32)CapBuf[5] << 16) | in bSCSI_READ_CAPACITY()
582 ((U32)CapBuf[6] << 8) | in bSCSI_READ_CAPACITY()
583 ((U32)CapBuf[7] ) ; in bSCSI_READ_CAPACITY()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvMSC.c473 U8 CapBuf[DATA_LENGTH_READ_CAPACITY]; in ms_bSCSI_READ_CAPACITY() local
490 ms_vSCSICmd_READ_CAPACITY(pMass_stor, CapBuf, uLunNum); in ms_bSCSI_READ_CAPACITY()
498 blk_idx = (((U32)CapBuf[0] << 24) | in ms_bSCSI_READ_CAPACITY()
499 ((U32)CapBuf[1] << 16) | in ms_bSCSI_READ_CAPACITY()
500 ((U32)CapBuf[2] << 8) | in ms_bSCSI_READ_CAPACITY()
501 ((U32)CapBuf[3] )); in ms_bSCSI_READ_CAPACITY()
508 *pBlkSize = ((U32)CapBuf[4] << 24) | in ms_bSCSI_READ_CAPACITY()
509 ((U32)CapBuf[5] << 16) | in ms_bSCSI_READ_CAPACITY()
510 ((U32)CapBuf[6] << 8) | in ms_bSCSI_READ_CAPACITY()
511 ((U32)CapBuf[7] ) ; in ms_bSCSI_READ_CAPACITY()