Searched refs:actual (Results 1 – 12 of 12) sorted by relevance
/trusted-firmware-a-latest/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-latest/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-latest/plat/nvidia/tegra/scat/ |
D | bl31.scat | 104 * individual permissions to them, so the actual alignment needed is 4K.
|
/trusted-firmware-a-latest/fdts/ |
D | morello-coresight.dtsi | 12 * The actual size is just 4K though 64K is reserved. Access to the
|
/trusted-firmware-a-latest/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 | 367 The actual method of storing the ``context`` pointers is implementation specific.
|
/trusted-firmware-a-latest/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-latest/docs/process/ |
D | contributing.rst | 286 component that contains all the actual code will not be accepted.
|
/trusted-firmware-a-latest/docs/design_documents/ |
D | psci_osi_mode.rst | 707 * The results are an average of 3 iterations of actual counts and residencies.
|
/trusted-firmware-a-latest/docs/design/ |
D | firmware-design.rst | 138 actual SP's base address and it size. 1631 to the end address of the section's actual contents, rounded up to the right 1633 actual end address of the section's contents. 1644 corresponds to the size of the section's actual contents, rounded up to the 1646 to know the actual size of the section's contents.
|
/trusted-firmware-a-latest/docs/ |
D | porting-guide.rst | 202 Defines the maximum address in secure ROM that BL1's actual content (i.e. 234 Defines the maximum address in secure XIP memory that BL2's actual content 954 This function returns an array of SMMU addresses and the actual number of SMMUs 1156 actual symmetric key which is useful in cases where the crypto backend provides 3108 The actual interrupt number shall be extracted from this raw value using the API
|