Home
last modified time | relevance | path

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

/reactos/drivers/usb/usbstor/
H A Dmisc.c263 BlockCount = NTOHL(Descriptor->BlockCount);
264 …BlockLength = NTOHL((Descriptor->BlockLengthByte0 << 24 | Descriptor->BlockLengthByte1 << 16 | Des…
/reactos/drivers/usb/usbstor_new/
H A Dmisc.c458 BlockCount = NTOHL(Descriptor->BlockCount); in USBSTOR_IsFloppy()
463 …BlockLength = NTOHL((Descriptor->BlockLengthByte0 << 24 | Descriptor->BlockLengthByte1 << 16 | Des… in USBSTOR_IsFloppy()
H A Dusbstor.h22 #define NTOHL(n) (((((unsigned long)(n) & 0xFF)) << 24) | \ macro
H A Dscsi.c298 Context->PDODeviceExtension->BlockLength = NTOHL(Response->BlockLength); in USBSTOR_CSWCompletionRoutine()
299 … Context->PDODeviceExtension->LastLogicBlockAddress = NTOHL(Response->LastLogicalBlockAddress); in USBSTOR_CSWCompletionRoutine()