Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DRKComm.cpp191 pCBW->cbwcb.ucOperCode = code; in InitializeCBW()
297 cbw.cbwcb.dwAddress = EndianU32_LtoB(dwPos); in RKU_EraseBlock()
298 cbw.cbwcb.usLength = EndianU16_LtoB(usCount); in RKU_EraseBlock()
490 cbw.cbwcb.dwAddress = EndianU32_LtoB(dwPos); in RKU_ReadLBA()
491 cbw.cbwcb.usLength = EndianU16_LtoB(usSectorLen); in RKU_ReadLBA()
492 cbw.cbwcb.ucReserved = bySubCode; in RKU_ReadLBA()
533 cbw.cbwcb.ucReserved = bySubCode; in RKU_ResetDevice()
572 cbw.cbwcb.ucReserved = storage; in RKU_ChangeStorage()
661 cbw.cbwcb.ucReserved = bySubCode; in RKU_TestDeviceReady()
709 cbw.cbwcb.dwAddress = EndianU32_LtoB(dwPos); in RKU_WriteLBA()
[all …]
H A DRKComm.h76 CBWCB cbwcb; member