| /rk3399_ARM-atf/include/lib/ |
| H A D | mmio.h | 33 uint16_t clear, in mmio_clrsetbits_16() argument 36 mmio_write_16(addr, (mmio_read_16(addr) & ~clear) | set); in mmio_clrsetbits_16() 59 static inline void mmio_clrbits_32(uintptr_t addr, uint32_t clear) in mmio_clrbits_32() argument 61 mmio_write_32(addr, mmio_read_32(addr) & ~clear); in mmio_clrbits_32() 70 uint32_t clear, in mmio_clrsetbits_32() argument 73 mmio_write_32(addr, (mmio_read_32(addr) & ~clear) | set); in mmio_clrsetbits_32()
|
| /rk3399_ARM-atf/plat/rockchip/rk3399/drivers/m0/include/ |
| H A D | rk3399_mcu.h | 18 #define mmio_clrbits_32(addr, clear) \ argument 19 mmio_write_32(addr, (mmio_read_32(addr) & ~(clear))) 22 #define mmio_clrsetbits_32(addr, clear, set) \ argument 23 mmio_write_32(addr, (mmio_read_32(addr) & ~(clear)) | (set))
|
| /rk3399_ARM-atf/include/drivers/nxp/dcfg/ |
| H A D | scfg.h | 51 #define scfg_clrsetbits32(a, clear, set) \ argument 52 mmio_clrsetbits_32((uintptr_t)(a), clear, set) 58 #define scfg_clrsetbits32(a, clear, set) \ argument 59 mmio_clrsetbits_32((uintptr_t)(a), clear, set)
|
| /rk3399_ARM-atf/drivers/renesas/common/scif/ |
| H A D | scif-common.c | 23 static inline void scif_clrbits_16(uintptr_t addr, uint32_t clear) in scif_clrbits_16() argument 25 mmio_write_16(addr, mmio_read_16(addr) & ~clear); in scif_clrbits_16()
|
| /rk3399_ARM-atf/drivers/imx/usdhc/ |
| H A D | imx_usdhc.h | 138 #define mmio_clrsetbits32(addr, clear, set) mmio_write_32(addr, (mmio_read_32(addr) & ~(clear)) | (… argument 139 #define mmio_clrbits32(addr, clear) mmio_write_32(addr, mmio_read_32(addr) & ~(clear)) argument
|
| /rk3399_ARM-atf/plat/allwinner/common/ |
| H A D | arisc_off.S | 66 l.and r5, r5, r6 # clear bit to ... 84 l.movhi r0, 0 # clear r0
|
| /rk3399_ARM-atf/drivers/brcm/i2c/ |
| H A D | i2c.c | 115 uint32_t clear, in iproc_i2c_reg_clearset() argument 122 mmio_clrsetbits_32((smbus + reg_addr), clear, set); in iproc_i2c_reg_clearset() 124 (void *)(smbus + reg_addr), clear, set); in iproc_i2c_reg_clearset()
|
| /rk3399_ARM-atf/docs/plat/arm/fvp/ |
| H A D | fvp-specific-configs.rst | 24 is undefined on the FVP platform and the FVP platform code doesn't clear it. 26 clear the mailbox at start-up.
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | ffa-manifest-binding.rst | 116 means the feature is supported, clear bit - not supported: 196 A set bit means the partition should be informed of the power event, clear 206 bit means the partition should be informed of the event, clear bit - should
|
| H A D | platform-interrupt-controller-API.rst | 264 This API should clear the *Pending* status of the interrupt specified by first 268 writes to the GIC *Clear Pending Register* to clear the interrupt pending
|
| H A D | el3-spmc.rst | 282 - FF-A ID with bit 15 clear relates to VMs. 293 (FF-A ID bit 15 clear) and destination world to be secure (FF-A ID bit 15
|
| H A D | context-management-library.rst | 129 are no clear guidelines what kind of mismatch is allowed but following
|
| H A D | rmm-el3-comms-spec.rst | 1083 to clear SVE registers if they have been used in Realm World. The same applies
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | code-review-guidelines.rst | 129 - The structure of the code is clear.
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | rse.rst | 280 reset, there is no other way to clear them. In the reference implementation,
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 368 …- add support to clear PM specific data ([1d4372c](https://review.trustedfirmware.org/plugins/giti… 489 …- clear scr_el3.nse in smccc_arch_feature_availability ([847c111](https://review.trustedfirmware.o… 872 …- clear TCR_EL1 at the BL2 entry point ([fe87637](https://review.trustedfirmware.org/plugins/gitil… 1003 …- set NS bit by default and clear it as needed ([cb2e574](https://review.trustedfirmware.org/plugi… 2322 …- clear CPUPWRCTLR_EL1.CORE_PWRDN_EN_BIT on reset ([c9f352c](https://review.trustedfirmware.org/pl… 2405 …- zeromem to clear all tables ([aaacde4](https://review.trustedfirmware.org/plugins/gitiles/TF-A/t… 3872 …- add a function to clear the FWU trial state counter ([6e99fee](https://review.trustedfirmware.or… 4754 …- clear CACHE_LOCK for MMU-500 r2p0+ ([d9b0442](https://review.trustedfirmware.org/plugins/gitiles… 5232 …- don't clear pending interrupts ([fb73ea6](https://review.trustedfirmware.org/plugins/gitiles/TF-… 5795 …- clear power down bit during wakeup ([5f0f7e4](https://review.trustedfirmware.org/plugins/gitiles… [all …]
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | cpu-specific-build-macros.rst | 1362 and making sure it's clear.
|