Home
last modified time | relevance | path

Searched refs:slot (Results 1 – 25 of 38) sorted by relevance

12

/device/linaro/bootloader/arm-trusted-firmware/drivers/ufs/
Dufs.c154 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/
DPciTree.asl288 // 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/
DREADME28 /* I2C defs to be used when device is plugged on U4 slot */
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
DExceptionSupport.ARMv6.asm236 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
DExceptionSupport.ARMv6.S238 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/
Dhal_bootctl.te22 # A/B slot selection for the XBL partition. Allow also to issue a
/device/google/crosshatch-sepolicy/vendor/qcom/common/
Dhal_bootctl.te17 # A/B slot selection for the XBL partition. Allow also to issue a
/device/google/bonito-sepolicy/vendor/qcom/common/
Dhal_bootctl.te17 # A/B slot selection for the XBL partition. Allow also to issue a
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscSystemSlotDesignation.uni19 // System slot information
/device/google/wahoo/sepolicy/vendor/
Dhal_bootctl.te17 # A/B slot selection for the XBL partition. Allow also to issue a
/device/ti/beagle_x15/uboot_config/
Dcommon.config32 # Support for selecting the A/B slot.
/device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/
DDebugAgentException.asm252 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
DDebugAgentException.S257 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/
Dbases.py193 for name, slot in sortitems(self.__members):
194 slot.dump(f)
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/SasV1Dxe/
DSasV1Dxe.c311 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/
DExceptionSupport.asm279 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
DExceptionSupport.S285 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/
DREADME48 /* I2C defs to be used when device is plugged on U4 slot */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dabstract.c895 #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/
Dabstract.c895 #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/
DDisablePaging64.asm55 sub eax, 4 ; eax <- One slot below transition code on the stack
DDisablePaging64.nasm57 sub eax, 4 ; eax <- One slot below transition code on the stack
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaEnc.c131 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/
DDsdt.asl279 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/
DVlv2DeviceRefCodePkg.dec129 ## Memory Down or DIMM slot.<BR><BR>
164 ## Please populate DIMM slot 0 if only one DIMM is supported.<BR><BR>

12