HomeSort by relevance Sort by last modified time
    Searched refs:MAX_TARGET_ID (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
AtapiPassThru.c 452 // Initialize the LatestTargetId to MAX_TARGET_ID.
454 AtapiScsiPrivate->LatestTargetId = MAX_TARGET_ID;
507 // Target is not allowed beyond MAX_TARGET_ID
509 if ((Target > MAX_TARGET_ID) || (Lun != 0)) {
609 if (*Target == MAX_TARGET_ID) {
685 if ((Target > (MAX_TARGET_ID - 1)) || (Lun != 0)) {
765 if (*Target > (MAX_TARGET_ID - 1) || *Lun != 0) {
899 if ((Target > MAX_TARGET_ID) || (Lun != 0)) {
999 // Target is not allowed beyond MAX_TARGET_ID
1001 if ((TargetId > MAX_TARGET_ID) || (Lun != 0)) {
    [all...]
AtapiPassThru.h 39 #define MAX_TARGET_ID 4
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/SasV1Dxe/
SasV1Dxe.c 193 #define MAX_TARGET_ID 4
707 if (TargetId == MAX_TARGET_ID) {
    [all...]

Completed in 740 milliseconds