Home
last modified time | relevance | path

Searched refs:SCR (Results 1 – 23 of 23) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/
Dpwr.c245 SCB->SCR &=~ SCB_SCR_SLEEPDEEP_Msk; in pwrSetSleepType()
248 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in pwrSetSleepType()
251 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in pwrSetSleepType()
255 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in pwrSetSleepType()
259 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in pwrSetSleepType()
Dplatform.c240 SCB->SCR &=~ SCB_SCR_SLEEPONEXIT_Msk; in platInitialize()
/device/linaro/bootloader/arm-trusted-firmware/bl32/sp_min/aarch32/
Dentrypoint.S27 ldcopr \reg, SCR
30 stcopr \reg, SCR
162 stcopr r0, SCR
219 stcopr r0, SCR
/device/linaro/bootloader/arm-trusted-firmware/bl1/aarch32/
Dbl1_exceptions.S41 ldcopr r8, SCR
105 stcopr r0, SCR
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch32/
Dsmcc_macros.S49 ldcopr r4, SCR
74 stcopr r1, SCR
Darch_helpers.h235 DEFINE_COPROCR_RW_FUNCS(scr, SCR)
Darch.h386 #define SCR p15, 0, c1, c1, 0 macro
/device/linaro/bootloader/arm-trusted-firmware/include/common/aarch32/
Del3_common_macros.S53 stcopr r0, SCR
167 ldcopr r0, SCR
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/
DSdCard.h118 } SCR; typedef
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
DSDCard.h107 }SCR; typedef
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
DSDMediaDevice.h108 SCR SCRRegister;
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Dcore_cm0.h340 …__IO uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register … member
Dcore_cm0plus.h355 …__IO uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register … member
Dcore_sc000.h346 …__IO uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register … member
Dcore_sc300.h354 …__IO uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register … member
Dcore_cm3.h354 …__IO uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register … member
Dcore_cm4.h401 …__IO uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register … member
Dcore_cm7.h416 …__IO uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register … member
/device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
DMmc.h102 } SCR; typedef
DMmcIdentification.c312 SCR Scr; in InitializeSdMmcDevice()
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dpsci-lib-integration-guide.rst107 #. Values for certain system registers like SCR and SCTLR cannot be
119 registers: R0 - R3, LR (R14), SCR, SPSR, SCTLR.
161 for AArch32 and in EL3 for AArch64. The NS bit in SCR (in AArch32) or SCR\_EL3
Dfirmware-design.rst204 to AArch64 by setting the ``SCR.RW`` bit. The ``SCR.EA`` bit is set to trap
205 both External Aborts and SError Interrupts in EL3. The ``SCR.SIF`` bit is
233 - ``SCR``. The ``SCR.SIF`` bit is set to disable instruction fetches from
Dchange-log.rst402 - Enabled SCR\_EL3.SIF (Secure Instruction Fetch) bit in BL1 and BL31 common