/device/linaro/bootloader/arm-trusted-firmware/drivers/ufs/ |
D | ufs.c | 154 static int get_empty_slot(int *slot) in get_empty_slot() argument 167 *slot = i; in get_empty_slot() 174 int slot = 0, result; in get_utrd() local 178 result = get_empty_slot(&slot); in get_utrd() 183 base = ufs_params.desc_base + (slot * UFS_DESC_SIZE); in get_utrd() 188 utrd->task_tag = slot + 1; in get_utrd() 394 int slot; in ufs_send_request() local 396 slot = task_tag - 1; in ufs_send_request() 409 mmio_setbits_32(ufs_params.reg_base + UTRLDBR, 1 << slot); in ufs_send_request() 417 int slot; in ufs_check_resp() local [all …]
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | PciTree.asl | 288 // PCI slot 1 293 // PCI slot 2 298 // PCI slot 3 303 // PCI slot 4 312 // PCI slot 1 317 // PCI slot 2 322 // PCI slot 3 327 // PCI slot 4
|
/device/google/contexthub/firmware/os/drivers/st_hts221/ |
D | README | 28 /* I2C defs to be used when device is plugged on U4 slot */
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/ |
D | ExceptionSupport.ARMv6.asm | 236 str R1,[SP,#0x58] ; Store it back to srsfd stack slot so it can be restored 239 str R1,[SP,#0x5c] ; Store it back to srsfd stack slot so it can be restored 255 rfefd SP! ; return from exception via srsfd stack slot
|
D | ExceptionSupport.ARMv6.S | 238 str R1,[SP,#0x58] @ Store it back to srsfd stack slot so it can be restored 241 str R1,[SP,#0x5c] @ Store it back to srsfd stack slot so it can be restored 257 rfefd SP! @ return from exception via srsfd stack slot
|
/device/google/marlin/sepolicy/ |
D | hal_bootctl.te | 22 # A/B slot selection for the XBL partition. Allow also to issue a
|
/device/google/crosshatch-sepolicy/vendor/qcom/common/ |
D | hal_bootctl.te | 17 # A/B slot selection for the XBL partition. Allow also to issue a
|
/device/google/bonito-sepolicy/vendor/qcom/common/ |
D | hal_bootctl.te | 17 # A/B slot selection for the XBL partition. Allow also to issue a
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/ |
D | MiscSystemSlotDesignation.uni | 19 // System slot information
|
/device/google/wahoo/sepolicy/vendor/ |
D | hal_bootctl.te | 17 # A/B slot selection for the XBL partition. Allow also to issue a
|
/device/ti/beagle_x15/uboot_config/ |
D | common.config | 32 # Support for selecting the A/B slot.
|
/device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/ |
D | DebugAgentException.asm | 252 str R1,[SP,#0x58] ; Store it back to srsfd stack slot so it can be restored 255 str R1,[SP,#0x5c] ; Store it back to srsfd stack slot so it can be restored 271 rfefd SP! ; return from exception via srsfd stack slot
|
D | DebugAgentException.S | 257 str R1,[SP,#0x58] @ Store it back to srsfd stack slot so it can be restored 260 str R1,[SP,#0x5c] @ Store it back to srsfd stack slot so it can be restored 276 rfefd SP! @ return from exception via srsfd stack slot
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/ |
D | bases.py | 193 for name, slot in sortitems(self.__members): 194 slot.dump(f)
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/SasV1Dxe/ |
D | SasV1Dxe.c | 311 struct hisi_sas_slot *slot; in prepare_cmd() local 332 slot = &hba->slots[slot_idx]; in prepare_cmd() 333 if (slot->used || (r == (w+1) % QUEUE_SLOTS)) { in prepare_cmd() 354 slot->used = TRUE; in prepare_cmd() 427 while (slot->used) { in prepare_cmd() 452 slot->used = FALSE; in prepare_cmd()
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmExceptionLib/Arm/ |
D | ExceptionSupport.asm | 279 str R1,[SP,#0x58] ; Store it back to srsfd stack slot so it can be restored 282 str R1,[SP,#0x5c] ; Store it back to srsfd stack slot so it can be restored 298 rfefd SP! ; return from exception via srsfd stack slot
|
D | ExceptionSupport.S | 285 str R1,[SP,#0x58] @ Store it back to srsfd stack slot so it can be restored 288 str R1,[SP,#0x5c] @ Store it back to srsfd stack slot so it can be restored 304 rfefd SP! @ return from exception via srsfd stack slot
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | README | 48 /* I2C defs to be used when device is plugged on U4 slot */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | abstract.c | 895 #define NB_BINOP(nb_methods, slot) \ argument 896 (*(binaryfunc*)(& ((char*)nb_methods)[slot])) 897 #define NB_TERNOP(nb_methods, slot) \ argument 898 (*(ternaryfunc*)(& ((char*)nb_methods)[slot])) 964 binaryfunc slot; local 965 slot = NB_BINOP(mv, op_slot); 966 if (slot) { 967 x = slot(v, w); 1282 binaryfunc slot = NB_BINOP(mv, iop_slot); local 1283 if (slot) { [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | abstract.c | 895 #define NB_BINOP(nb_methods, slot) \ argument 896 (*(binaryfunc*)(& ((char*)nb_methods)[slot])) 897 #define NB_TERNOP(nb_methods, slot) \ argument 898 (*(ternaryfunc*)(& ((char*)nb_methods)[slot])) 964 binaryfunc slot; local 965 slot = NB_BINOP(mv, op_slot); 966 if (slot) { 967 x = slot(v, w); 1282 binaryfunc slot = NB_BINOP(mv, iop_slot); local 1283 if (slot) { [all …]
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/ |
D | DisablePaging64.asm | 55 sub eax, 4 ; eax <- One slot below transition code on the stack
|
D | DisablePaging64.nasm | 57 sub eax, 4 ; eax <- One slot below transition code on the stack
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzmaEnc.c | 131 unsigned slot; in LzmaEnc_FastPosInit() local 136 for (slot = 2; slot < kNumLogBits * 2; slot++) in LzmaEnc_FastPosInit() 138 size_t k = ((size_t)1 << ((slot >> 1) - 1)); in LzmaEnc_FastPosInit() 141 g_FastPos[j] = (Byte)slot; in LzmaEnc_FastPosInit() 1151 UInt32 slot; in GetOptimum() local 1152 GetPosSlot2(distance, slot); in GetOptimum() 1153 … curAndLenPrice += p->alignPrices[distance & kAlignMask] + p->posSlotPrices[lenToPosState][slot]; in GetOptimum()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/AcpiTables/ |
D | Dsdt.asl | 279 Name(_HID, "AMDI0501") // SD Card/MMC slot 715 0x1, // PCI express card slot 728 4, // Token ID: ID refers to a slot
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ |
D | Vlv2DeviceRefCodePkg.dec | 129 ## Memory Down or DIMM slot.<BR><BR> 164 ## Please populate DIMM slot 0 if only one DIMM is supported.<BR><BR>
|