/trusted-firmware-a/include/lib/ |
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()
|
/trusted-firmware-a/plat/rockchip/rk3399/drivers/m0/include/ |
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))
|
/trusted-firmware-a/include/drivers/nxp/dcfg/ |
A D | scfg.h | 45 #define scfg_clrsetbits32(a, clear, set) \ argument 46 mmio_clrsetbits_32((uintptr_t)(a), clear, set) 52 #define scfg_clrsetbits32(a, clear, set) \ argument 53 mmio_clrsetbits_32((uintptr_t)(a), clear, set)
|
/trusted-firmware-a/drivers/imx/usdhc/ |
A D | imx_usdhc.h | 133 #define mmio_clrsetbits32(addr, clear, set) mmio_write_32(addr, (mmio_read_32(addr) & ~(clear)) | (… argument 134 #define mmio_clrbits32(addr, clear) mmio_write_32(addr, mmio_read_32(addr) & ~(clear)) argument
|
/trusted-firmware-a/plat/mediatek/mt8195/drivers/ptp3/ |
A D | mtk_ptp3_common.h | 34 #define ptp3_clrsetbits(addr, clear, set) \ argument 35 mmio_clrsetbits_32((uintptr_t)addr, clear, set)
|
/trusted-firmware-a/docs/build/TF-A_2.5/_static/ |
A D | basic.css | 15 clear: both; 21 clear: left; 281 clear: left; 287 clear: right; 330 clear: right; 339 clear: left; 394 clear: both; 632 clear: both; 751 clear: both;
|
/trusted-firmware-a/plat/allwinner/common/ |
A D | arisc_off.S | 66 l.and r5, r5, r6 # clear bit to ... 84 l.movhi r0, 0 # clear r0
|
/trusted-firmware-a/docs/build/TF-A_2.5/_static/css/ |
A D | badge_only.css | 1 …clear:both}@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(fonts/font…
|
A D | theme.css | 1 …ix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}/*! 4 …clear:both}.wy-dropdown{position:relative;display:inline-block}.wy-dropdown-active .wy-dropdown-me…
|
/trusted-firmware-a/drivers/brcm/i2c/ |
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()
|
/trusted-firmware-a/docs/build/latex/ |
A D | sphinxlatexgraphics.sty | 98 \setbox\spx@image@box\box\voidb@x % clear memory
|
A D | sphinxlatextables.sty | 185 % incorporate the contents in its algorithm. But then we must clear the 433 % if L is a multiple of N, ... clear what to do !
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/ |
A D | platform-interrupt-controller-API.rst.txt | 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
|
A D | ffa-manifest-binding.rst.txt | 111 means the feature is supported, clear bit - not supported:
|
A D | secure-partition-manager.rst.txt | 742 - FF-A ID with bit 15 clear relates to VMs. 759 (FF-A ID bit 15 clear) and destination world to be secure (FF-A ID bit 15
|
/trusted-firmware-a/docs/components/ |
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
|
A D | ffa-manifest-binding.rst | 111 means the feature is supported, clear bit - not supported:
|
A D | secure-partition-manager.rst | 742 - FF-A ID with bit 15 clear relates to VMs. 759 (FF-A ID bit 15 clear) and destination world to be secure (FF-A ID bit 15
|
/trusted-firmware-a/docs/process/ |
A D | code-review-guidelines.rst | 100 - The structure of the code is clear.
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/process/ |
A D | code-review-guidelines.rst.txt | 100 - The structure of the code is clear.
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/arm/fvp/ |
A D | index.rst.txt | 176 is undefined on the FVP platform and the FVP platform code doesn't clear it. 178 clear the mailbox at start-up.
|
/trusted-firmware-a/docs/plat/arm/fvp/ |
A D | index.rst | 176 is undefined on the FVP platform and the FVP platform code doesn't clear it. 178 clear the mailbox at start-up.
|
/trusted-firmware-a/docs/build/TF-A_2.5/ |
A D | searchindex.js | 1 …38,70],clean:[6,38,48,52,53,55,57,64,73,86,110,123],cleaner:112,cleanup:6,clear:[6,16,23,28,38,70,…
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/ |
A D | change-log.md.txt | 259 …- add SYSCEXTMASK bit set/clear in scu_power_up ([63a7a34](https://review.trustedfirmware.org/plug…
|
/trusted-firmware-a/docs/ |
A D | change-log.md | 259 …- add SYSCEXTMASK bit set/clear in scu_power_up ([63a7a34](https://review.trustedfirmware.org/plug…
|