Searched refs:actual (Results 1 – 11 of 11) sorted by relevance
/trusted-firmware-a-3.4.0/drivers/brcm/ |
D | spi_flash.c | 195 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()
|
/trusted-firmware-a-3.4.0/docs/plat/arm/arm_fpga/ |
D | index.rst | 57 actual command line. 81 After building TF-A, the actual TF-A code will be located in ``bl31.bin`` in
|
/trusted-firmware-a-3.4.0/plat/nvidia/tegra/scat/ |
D | bl31.scat | 104 * individual permissions to them, so the actual alignment needed is 4K.
|
/trusted-firmware-a-3.4.0/docs/getting_started/ |
D | initial-build.rst | 99 is either ``debug`` or ``release``. The actual number of images might differ
|
D | psci-lib-integration-guide.rst | 377 The actual method of storing the ``context`` pointers is implementation specific.
|
D | porting-guide.rst | 188 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 878 actual symmetric key which is useful in cases where the crypto backend provides 2879 The actual interrupt number shall be extracted from this raw value using the API
|
/trusted-firmware-a-3.4.0/docs/components/ |
D | romlib-design.rst | 107 calling the function from the actual library by breaking the link to the
|
D | xlat-tables-lib-v2-design.rst | 340 some point, the library has to convert this information into actual translation
|
/trusted-firmware-a-3.4.0/docs/design/ |
D | reset-design.rst | 152 receive parameters in registers depending on their actual boot sequence. On
|
D | firmware-design.rst | 1565 to the end address of the section's actual contents, rounded up to the right 1567 actual end address of the section's contents. 1578 corresponds to the size of the section's actual contents, rounded up to the 1580 to know the actual size of the section's contents.
|
/trusted-firmware-a-3.4.0/docs/process/ |
D | contributing.rst | 286 component that contains all the actual code will not be accepted.
|