Home
last modified time | relevance | path

Searched refs:clear (Results 1 – 25 of 26) sorted by relevance

12

/trusted-firmware-a/include/lib/
A Dmmio.h33 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 Drk3399_mcu.h18 #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 Dscfg.h45 #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 Dimx_usdhc.h133 #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 Dmtk_ptp3_common.h34 #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 Dbasic.css15 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 Darisc_off.S66 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 Dbadge_only.css1clear:both}@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(fonts/font…
A Dtheme.css1 …ix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}/*!
4clear:both}.wy-dropdown{position:relative;display:inline-block}.wy-dropdown-active .wy-dropdown-me…
/trusted-firmware-a/drivers/brcm/i2c/
A Di2c.c115 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 Dsphinxlatexgraphics.sty98 \setbox\spx@image@box\box\voidb@x % clear memory
A Dsphinxlatextables.sty185 % 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 Dplatform-interrupt-controller-API.rst.txt264 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 Dffa-manifest-binding.rst.txt111 means the feature is supported, clear bit - not supported:
A Dsecure-partition-manager.rst.txt742 - 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 Dplatform-interrupt-controller-API.rst264 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 Dffa-manifest-binding.rst111 means the feature is supported, clear bit - not supported:
A Dsecure-partition-manager.rst742 - 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 Dcode-review-guidelines.rst100 - The structure of the code is clear.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/process/
A Dcode-review-guidelines.rst.txt100 - The structure of the code is clear.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/arm/fvp/
A Dindex.rst.txt176 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 Dindex.rst176 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 Dsearchindex.js1 …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 Dchange-log.md.txt259 …- add SYSCEXTMASK bit set/clear in scu_power_up ([63a7a34](https://review.trustedfirmware.org/plug…
/trusted-firmware-a/docs/
A Dchange-log.md259 …- add SYSCEXTMASK bit set/clear in scu_power_up ([63a7a34](https://review.trustedfirmware.org/plug…

Completed in 70 milliseconds

12