Home
last modified time | relevance | path

Searched refs:MAX_ATAPI_BYTE_COUNT (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Datapi.h284 #define MAX_ATAPI_BYTE_COUNT (0xfffe) macro
/device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
DAtapiPassThru.h279 #define MAX_ATAPI_BYTE_COUNT (0xfffe) macro
DAtapiPassThru.c2234 (UINT8) (MAX_ATAPI_BYTE_COUNT & 0x00ff) in AtapiPacketCommand()
2239 (UINT8) (MAX_ATAPI_BYTE_COUNT >> 8) in AtapiPacketCommand()