Home
last modified time | relevance | path

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

/trusted-firmware-a-3.4.0/drivers/brcm/
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()
/trusted-firmware-a-3.4.0/docs/plat/arm/arm_fpga/
Dindex.rst57 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/
Dbl31.scat104 * individual permissions to them, so the actual alignment needed is 4K.
/trusted-firmware-a-3.4.0/docs/getting_started/
Dinitial-build.rst99 is either ``debug`` or ``release``. The actual number of images might differ
Dpsci-lib-integration-guide.rst377 The actual method of storing the ``context`` pointers is implementation specific.
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
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/
Dromlib-design.rst107 calling the function from the actual library by breaking the link to the
Dxlat-tables-lib-v2-design.rst340 some point, the library has to convert this information into actual translation
/trusted-firmware-a-3.4.0/docs/design/
Dreset-design.rst152 receive parameters in registers depending on their actual boot sequence. On
Dfirmware-design.rst1565 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/
Dcontributing.rst286 component that contains all the actual code will not be accepted.