Home
last modified time | relevance | path

Searched refs:raw (Results 1 – 14 of 14) sorted by relevance

/arm-trusted-firmware-2.8.0/docs/plat/
A Dqti.rst41 `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 Dplat_gicv2.c328 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 Dplat_gicv3.c316 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 Demmc_csl_sdprot.h127 #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 Dmtk_pm.h94 const psci_power_state_t *raw; member
/arm-trusted-firmware-2.8.0/plat/mediatek/lib/pm/armv8_2/
A Dpwr_ctrl.c292 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 Dplatform.h117 unsigned int plat_ic_get_interrupt_id(unsigned int raw);
/arm-trusted-firmware-2.8.0/docs/
A Dlicense.rst89 .. _Linux MIT license: https://raw.githubusercontent.com/torvalds/linux/master/LICENSES/preferred/M…
A Dchange-log.md4126 - 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 Dplatform-interrupt-controller-API.rst291 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 Dprerequisites.rst118 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
A Dporting-guide.rst1150 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 Dauth-framework.rst365 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 Dfirmware-design.rst349 #. 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