Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DEndian.h18 #define EndianU32_LtoB(value) ((unsigned int)Endian32_Swap(value)) macro
H A DRKComm.cpp297 cbw.cbwcb.dwAddress = EndianU32_LtoB(dwPos); in RKU_EraseBlock()
490 cbw.cbwcb.dwAddress = EndianU32_LtoB(dwPos); in RKU_ReadLBA()
709 cbw.cbwcb.dwAddress = EndianU32_LtoB(dwPos); in RKU_WriteLBA()
747 cbw.cbwcb.dwAddress = EndianU32_LtoB(dwPos); in RKU_EraseLBA()
786 cbw.cbwcb.dwAddress = EndianU32_LtoB(dwPos); in RKU_WriteSector()