Home
last modified time | relevance | path

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

/rk3399_ARM-atf/docs/plat/qti/
H A Dchrome.rst42 `link <https://github.com/coreboot/qc_blobs/blob/master/sc7180/qtiseclib/libqtisec.a?raw=true>`__
44 `link <https://github.com/coreboot/qc_blobs/blob/master/sc7280/qtiseclib/libqtisec.a?raw=true>`__
H A Drb3gen2.rst42 `link <https://github.com/coreboot/qc_blobs/blob/master/sc7280/qtiseclib/libqtisec.a?raw=true>`__
/rk3399_ARM-atf/plat/common/
H A Dplat_gicv2.c335 unsigned int plat_ic_get_interrupt_id(unsigned int raw) in plat_ic_get_interrupt_id() argument
337 unsigned int id = (raw & INT_ID_MASK); in plat_ic_get_interrupt_id()
H A Dplat_gicv3.c354 unsigned int plat_ic_get_interrupt_id(unsigned int raw) in plat_ic_get_interrupt_id() argument
356 unsigned int id = raw & INT_ID_MASK; in plat_ic_get_interrupt_id()
/rk3399_ARM-atf/include/drivers/brcm/emmc/
H A Demmc_csl_sdprot.h127 #define SdioIoRWDirectArg(rw, raw, func, addr, data) \ argument
129 ((raw & 1) << 27) | ((addr & 0x1FFFF) << 9) | \
/rk3399_ARM-atf/plat/mediatek/lib/pm/
H A Dmtk_pm.h93 const psci_power_state_t *raw; member
/rk3399_ARM-atf/plat/mediatek/lib/pm/armv8_2/
H 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()
/rk3399_ARM-atf/plat/mediatek/lib/pm/armv9_0/
H A Dpwr_ctrl.c278 pm_state.pwr.raw = state; in power_domain_suspend()
312 pm_state.pwr.raw = state; in power_domain_suspend_finish()
/rk3399_ARM-atf/plat/mediatek/include/lib/pm/
H A Dmtk_pm.h101 const psci_power_state_t *raw; member
/rk3399_ARM-atf/include/plat/common/
H A Dplatform.h166 unsigned int plat_ic_get_interrupt_id(unsigned int raw);
/rk3399_ARM-atf/docs/components/
H A Dplatform-interrupt-controller-API.rst310 Function: unsigned int plat_ic_get_interrupt_id(unsigned int raw); [optional]
318 This API should extract and return the interrupt number from the raw value
/rk3399_ARM-atf/docs/
H A Dlicense.rst132 .. _Linux MIT license: https://raw.githubusercontent.com/torvalds/linux/master/LICENSES/preferred/M…
H A Dporting-guide.rst1221 FWU metadata can not be always stored as a raw image in non-volatile storage
3579 the highest pending interrupt has begun. It should return the raw, unmodified
3581 The actual interrupt number shall be extracted from this raw value using the API
H A Dchange-log.md10645 - mtd: Add SPI-NOR, SPI-NAND, SPI-MEM, and raw NAND framework
10733 - st: stm32mp1: Add support for SPI-NOR, raw NAND, and SPI-NAND boot device,
/rk3399_ARM-atf/docs/design/
H A Dauth-framework.rst289 and ``_verify_hash`` is used to verify raw images.
434 format. A data image that represents a boot loader stage could be in raw binary
441 is treated as being in raw binary format e.g. boot loader images used by
453 raw binary. A header could be prepended to the combined blob to specify the
731 - ``IMG_RAW``: image is a raw binary. No parsing functions are available,
H A Dfirmware-design.rst297 #. BL1 loads a BL2 raw binary image from platform storage, at a
1662 governed by the linker scripts. This ensures that the raw binary images are
/rk3399_ARM-atf/docs/plat/
H A Dqemu.rst146 The ``-bios`` option abstracts the loading of raw bare metal binaries into flash
/rk3399_ARM-atf/docs/getting_started/
H A Dprerequisites.rst142 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash