Searched refs:MAX_ATAPI_BYTE_COUNT (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/
H A DAtapiPassThru.h279 #define MAX_ATAPI_BYTE_COUNT (0xfffe) macro
H A DAtapiPassThru.c2228 // set the transfersize to MAX_ATAPI_BYTE_COUNT to let the device
2234 (UINT8) (MAX_ATAPI_BYTE_COUNT & 0x00ff)
2239 (UINT8) (MAX_ATAPI_BYTE_COUNT >> 8)

Completed in 51 milliseconds