Searched refs:raw (Results 1 – 14 of 14) sorted by relevance
/arm-trusted-firmware-2.8.0/docs/plat/ |
A D | qti.rst | 41 `link <https://github.com/coreboot/qc_blobs/blob/master/sc7180/qtiseclib/libqtisec.a?raw=true>`__ 43 `link <https://github.com/coreboot/qc_blobs/blob/master/sc7280/qtiseclib/libqtisec.a?raw=true>`__
|
/arm-trusted-firmware-2.8.0/plat/common/ |
A D | plat_gicv2.c | 328 unsigned int plat_ic_get_interrupt_id(unsigned int raw) in plat_ic_get_interrupt_id() argument 330 unsigned int id = (raw & INT_ID_MASK); in plat_ic_get_interrupt_id()
|
A D | plat_gicv3.c | 316 unsigned int plat_ic_get_interrupt_id(unsigned int raw) in plat_ic_get_interrupt_id() argument 318 unsigned int id = raw & INT_ID_MASK; in plat_ic_get_interrupt_id()
|
/arm-trusted-firmware-2.8.0/include/drivers/brcm/emmc/ |
A D | emmc_csl_sdprot.h | 127 #define SdioIoRWDirectArg(rw, raw, func, addr, data) \ argument 129 ((raw & 1) << 27) | ((addr & 0x1FFFF) << 9) | \
|
/arm-trusted-firmware-2.8.0/plat/mediatek/lib/pm/ |
A D | mtk_pm.h | 94 const psci_power_state_t *raw; member
|
/arm-trusted-firmware-2.8.0/plat/mediatek/lib/pm/armv8_2/ |
A D | pwr_ctrl.c | 292 pm_state.pwr.raw = state; in armv8_2_power_domain_suspend() 330 pm_state.pwr.raw = state; in armv8_2_power_domain_suspend_finish()
|
/arm-trusted-firmware-2.8.0/include/plat/common/ |
A D | platform.h | 117 unsigned int plat_ic_get_interrupt_id(unsigned int raw);
|
/arm-trusted-firmware-2.8.0/docs/ |
A D | license.rst | 89 .. _Linux MIT license: https://raw.githubusercontent.com/torvalds/linux/master/LICENSES/preferred/M…
|
A D | change-log.md | 4126 - mtd: Add SPI-NOR, SPI-NAND, SPI-MEM, and raw NAND framework 4214 - st: stm32mp1: Add support for SPI-NOR, raw NAND, and SPI-NAND boot device,
|
/arm-trusted-firmware-2.8.0/docs/components/ |
A D | platform-interrupt-controller-API.rst | 291 Function: unsigned int plat_ic_get_interrupt_id(unsigned int raw); [optional] 299 This API should extract and return the interrupt number from the raw value
|
/arm-trusted-firmware-2.8.0/docs/getting_started/ |
A D | prerequisites.rst | 118 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
|
A D | porting-guide.rst | 1150 FWU metadata can not be always stored as a raw image in non-volatile storage 3136 the highest pending interrupt has begun. It should return the raw, unmodified 3138 The actual interrupt number shall be extracted from this raw value using the API
|
/arm-trusted-firmware-2.8.0/docs/design/ |
A D | auth-framework.rst | 365 format. A data image that represents a boot loader stage could be in raw binary 372 is treated as being in raw binary format e.g. boot loader images used by 384 raw binary. A header could be prepended to the combined blob to specify the 661 - ``IMG_RAW``: image is a raw binary. No parsing functions are available,
|
A D | firmware-design.rst | 349 #. BL1 loads a BL2 raw binary image from platform storage, at a 1537 governed by the linker scripts. This ensures that the raw binary images are
|
Completed in 38 milliseconds