Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 11 of 11) sorted by relevance

/arm-trusted-firmware-2.8.0/drivers/brcm/
A Dspi_flash.c195 uint32_t chunk_len, actual; in spi_flash_write() local
208 for (actual = 0; actual < len; actual += chunk_len) { in spi_flash_write()
211 chunk_len = MIN(len - actual, in spi_flash_write()
216 buf + actual, cmd[0], cmd[1], in spi_flash_write()
220 buf + actual, chunk_len); in spi_flash_write()
/arm-trusted-firmware-2.8.0/docs/plat/arm/arm_fpga/
A Dindex.rst57 actual command line.
81 After building TF-A, the actual TF-A code will be located in ``bl31.bin`` in
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/scat/
A Dbl31.scat104 * individual permissions to them, so the actual alignment needed is 4K.
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dinitial-build.rst99 is either ``debug`` or ``release``. The actual number of images might differ
A Dpsci-lib-integration-guide.rst367 The actual method of storing the ``context`` pointers is implementation specific.
A Dporting-guide.rst188 Defines the maximum address in secure ROM that BL1's actual content (i.e.
220 Defines the maximum address in secure XIP memory that BL2's actual content
904 This function returns an array of SMMU addresses and the actual number of SMMUs
1106 actual symmetric key which is useful in cases where the crypto backend provides
3138 The actual interrupt number shall be extracted from this raw value using the API
/arm-trusted-firmware-2.8.0/docs/components/
A Dromlib-design.rst107 calling the function from the actual library by breaking the link to the
A Dxlat-tables-lib-v2-design.rst340 some point, the library has to convert this information into actual translation
/arm-trusted-firmware-2.8.0/docs/design/
A Dreset-design.rst152 receive parameters in registers depending on their actual boot sequence. On
A Dfirmware-design.rst1566 to the end address of the section's actual contents, rounded up to the right
1568 actual end address of the section's contents.
1579 corresponds to the size of the section's actual contents, rounded up to the
1581 to know the actual size of the section's contents.
/arm-trusted-firmware-2.8.0/docs/process/
A Dcontributing.rst286 component that contains all the actual code will not be accepted.

Completed in 19 milliseconds