Home
last modified time | relevance | path

Searched refs:bic (Results 1 – 25 of 45) sorted by relevance

12

/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/
DCompareMem.S82 bic data1, data1, mask
83 bic data2, data2, mask
110 bic src1, src1, #3
111 bic src2, src2, #3
DCompareMem.asm82 bic data1, data1, mask
83 bic data2, data2, mask
110 bic src1, src1, #3
111 bic src2, src2, #3
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/AArch64/
DCompareMem.S86 bic data1, data1, mask
87 bic data2, data2, mask
114 bic src1, src1, #7
115 bic src2, src2, #7
DSetMem.S150 bic dst, dstin, 15
181 bic dst, dst, 63
207 bic dst, dst, 127
232 bic tmp1, tmp1, tmp2 // Aligned dc zva start address.
/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/common/aarch64/
Dtegra_helpers.S73 bic x0, x0, #CORTEX_A57_L2ECTLR_RET_CTRL_MASK
80 bic x0, x0, #CORTEX_A57_ECTLR_CPU_RET_CTRL_MASK
329 bic x0, x0, #1
405 bic w1, w1, #TCPAC_BIT
406 bic w1, w1, #TTA_BIT
407 bic w1, w1, #TFP_BIT
/device/linaro/bootloader/arm-trusted-firmware/lib/cpus/aarch64/
Daem_generic.S17 bic x1, x1, #SCTLR_C_BIT
37 bic x1, x1, #SCTLR_C_BIT
Dcortex_a35.S20 bic x1, x1, #SCTLR_C_BIT
32 bic x0, x0, #CORTEX_A35_CPUECTLR_SMPEN_BIT
Dcortex_a72.S19 bic x1, x1, #SCTLR_C_BIT
34 bic x0, x0, x1
59 bic x0, x0, #CORTEX_A72_ECTLR_SMP_BIT
Dcortex_a73.S19 bic x1, x1, #SCTLR_C_BIT
31 bic x0, x0, #CORTEX_A73_CPUECTLR_SMP_BIT
Dcortex_a53.S25 bic x1, x1, #SCTLR_C_BIT
37 bic x0, x0, #CORTEX_A53_ECTLR_SMP_BIT
60 bic x1, x1, #CORTEX_A53_L2ACTLR_ENABLE_UNIQUECLEAN
Dcortex_a57.S21 bic x1, x1, #SCTLR_C_BIT
36 bic x0, x0, x1
49 bic x0, x0, #CORTEX_A57_ECTLR_SMP_BIT
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/pmu/
Dplat_pmu_macros.S84 bic x10, x9, #(SCTLR_M_BIT)
119 bic w0, w0, #DDRCTL0_C_SYSREQ_CFG
120 bic w0, w0, #DDRCTL1_C_SYSREQ_CFG
/device/linaro/bootloader/arm-trusted-firmware/lib/aarch64/
Dmisc_helpers.S335 bic tmp1, stop_address, block_mask
358 bic tmp1, stop_address, #15
458 bic x0, x0, x1
480 bic x0, x0, x1
504 bic x0, x0, x1
/device/linaro/bootloader/arm-trusted-firmware/plat/common/aarch64/
Dplatform_helpers.S41 bic x0, x0, #MPIDR_RES_BIT_MASK
43 bic x1, x1, #MPIDR_RES_BIT_MASK
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Arm/
DArmV7Support.S81 bic R0,R0,#1
92 bic r0, r0, #CTRL_M_BIT @ Disable MMU
93 bic r0, r0, #CTRL_C_BIT @ Disable D Cache
94 bic r0, r0, #CTRL_I_BIT @ Disable I Cache
117 bic R0,R0,R1 @Clear C bit
135 bic R0,R0,R1 @Clear I bit.
158 bic r0, r0, #0x00000800
166 bic r0, r0, #0x00002000 @ clear V bit
253 bic r0, r0, #0x00002000 @ clear V bit
DArmV7Support.asm83 bic R0,R0,#1 ; Clear SCTLR.M bit : Disable MMU
94 bic r0, r0, #CTRL_M_BIT ; Disable MMU
95 bic r0, r0, #CTRL_C_BIT ; Disable D Cache
96 bic r0, r0, #CTRL_I_BIT ; Disable I Cache
119 bic R0,R0,R1 ; Clear SCTLR.C bit : Data and unified caches disabled
159 bic r0, r0, #0x00000800 ;
167 bic r0, r0, #0x00002000 ; clear V bit
250 bic r0, r0, #0x00002000 ; clear V bit
/device/linaro/bootloader/arm-trusted-firmware/bl32/sp_min/aarch32/
Dentrypoint.S29 bic \reg, \reg, #SCR_FW_BIT
161 bic r0, #SCR_NS_BIT
218 bic r0, #SCR_NS_BIT
/device/linaro/bootloader/arm-trusted-firmware/include/common/aarch32/
Dasm_macros.S152 bic \_reg_h, \_reg_h, #(\_val >> 32)
155 bic \_reg_l, \_reg_l, #(\_val & 0xffffffff)
/device/linaro/bootloader/arm-trusted-firmware/lib/aarch32/
Dmisc_helpers.S92 bic tmp, stop_address, #(8-1)
175 bic r0, r0, r1
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/aarch64/
Dhikey960_helpers.S148 bic x0, x0, #CORTEX_A53_ECTLR_CPU_RET_CTRL_MASK
163 bic x0, x0, #CORTEX_A53_ECTLR_CPU_RET_CTRL_MASK
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
DEnableInterrupts.S34 bic R0,R0,#0x80 @Enable IRQ interrupts
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
Dhisi_pwrc_sram.S23 bic x0, x0, #(CORTEX_A53_CPUACTLR_EL1_RADIS | \
/device/linaro/bootloader/arm-trusted-firmware/lib/cpus/aarch32/
Dcortex_a32.S21 bic r0, r0, #CORTEX_A32_CPUECTLR_SMPEN_BIT
/device/linaro/bootloader/arm-trusted-firmware/lib/psci/aarch32/
Dpsci_helpers.S110 bic r1, #SCTLR_C_BIT
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmMmuLib/AArch64/
DArmMmuLibReplaceEntry.S23 bic x9, x8, #CTRL_M_BIT

12