Searched refs:NTOHL (Results 1 – 4 of 4) sorted by relevance
263 BlockCount = NTOHL(Descriptor->BlockCount);264 …BlockLength = NTOHL((Descriptor->BlockLengthByte0 << 24 | Descriptor->BlockLengthByte1 << 16 | Des…
458 BlockCount = NTOHL(Descriptor->BlockCount); in USBSTOR_IsFloppy()463 …BlockLength = NTOHL((Descriptor->BlockLengthByte0 << 24 | Descriptor->BlockLengthByte1 << 16 | Des… in USBSTOR_IsFloppy()
22 #define NTOHL(n) (((((unsigned long)(n) & 0xFF)) << 24) | \ macro
298 Context->PDODeviceExtension->BlockLength = NTOHL(Response->BlockLength); in USBSTOR_CSWCompletionRoutine()299 … Context->PDODeviceExtension->LastLogicBlockAddress = NTOHL(Response->LastLogicalBlockAddress); in USBSTOR_CSWCompletionRoutine()