Searched refs:limit (Results 1 – 18 of 18) sorted by relevance
/arm-trusted-firmware-2.8.0/drivers/nxp/crypto/caam/src/ |
A D | sec_jr_driver.c | 136 int dequeue_jr(void *job_ring_handle, int32_t limit) in dequeue_jr() argument 154 if (((limit == 0) || (limit > SEC_JOB_RING_SIZE))) { in dequeue_jr() 159 VERBOSE("JR Polling limit[%d]\n", limit); in dequeue_jr() 170 notified_descs_no = hw_poll_job_ring(job_ring, limit); in dequeue_jr()
|
A D | sec_hw_specific.c | 433 int hw_poll_job_ring(struct sec_job_ring_t *job_ring, int32_t limit) in hw_poll_job_ring() argument 474 jobs_no_to_notify = (limit < 0 || limit > number_of_jobs_available) ? in hw_poll_job_ring() 475 number_of_jobs_available : limit; in hw_poll_job_ring()
|
/arm-trusted-firmware-2.8.0/include/drivers/nxp/crypto/caam/ |
A D | sec_jr_driver.h | 176 int dequeue_jr(void *job_ring_handle, int32_t limit);
|
A D | sec_hw_specific.h | 422 int hw_poll_job_ring(struct sec_job_ring_t *job_ring, int32_t limit);
|
/arm-trusted-firmware-2.8.0/docs/components/ |
A D | mpmm.rst | 7 assist in |SoC| processor power domain dynamic power budgeting and limit the
|
A D | xlat-tables-lib-v2-design.rst | 227 the ``MAP_REGION*()`` family of helper macros. This is to limit the risk of 395 directly maps regions by "base" and "limit" (bottom and top) addresses.
|
/arm-trusted-firmware-2.8.0/ |
A D | .editorconfig | 41 # "The limit on the length of lines is 100 columns"
|
/arm-trusted-firmware-2.8.0/docs/plat/ |
A D | socionext-uniphier.rst | 11 problem is BL2 does not fit in the 64KB limit if 26 fits in the 64KB limit. The concatenated image is loaded by the internal boot
|
/arm-trusted-firmware-2.8.0/drivers/brcm/emmc/ |
A D | emmc_csl_sdcard.c | 400 uint32_t ocr = 0, newOcr, rc, limit = 0; in init_mmc_card() local 411 limit++; in init_mmc_card() 416 } while (((ocr & SD_CARD_BUSY) == 0) && (limit < SD_CARD_RETRY_LIMIT)); in init_mmc_card() 418 if (limit >= SD_CARD_RETRY_LIMIT) { in init_mmc_card()
|
/arm-trusted-firmware-2.8.0/drivers/renesas/common/pwrc/ |
A D | pwrc.c | 250 uint32_t limit, c; in rcar_pwrc_cpuon() local 258 limit = IS_CA53(c) ? 0x5A5A0000 : 0xA5A50000; in rcar_pwrc_cpuon() 260 res_data = mmio_read_32(res_reg) | limit; in rcar_pwrc_cpuon()
|
/arm-trusted-firmware-2.8.0/docs/plat/marvell/armada/ |
A D | uart-booting.rst | 52 be limit of Armada37x0 SoC) which is much higher and faster than Marvell Wtpdownloader.
|
/arm-trusted-firmware-2.8.0/docs/process/ |
A D | coding-style.rst | 110 Line length *should* be at most **80 characters**. This limit does not include 113 This rule is a *should*, not a must, and it is acceptable to exceed the limit
|
A D | coding-guidelines.rst | 65 generally conform to the 80 character limit this is overly restrictive in some
|
/arm-trusted-firmware-2.8.0/docs/threat_model/ |
A D | threat_model.rst | 670 | | access memory beyond its limit. | 826 | | Platforms are encouraged to use it to limit the |
|
A D | threat_model_spm.rst | 646 | | In the NWd the hypervisor is supposed to limit the |
|
/arm-trusted-firmware-2.8.0/docs/getting_started/ |
A D | build-options.rst | 370 firmware to detect and limit high activity events to assist in SoC processor 371 power domain dynamic power budgeting and limit the triggering of whole-rail 855 limit, for example due to asymmetric configuration or limitations of 858 hardware will limit the effective VL to the maximum physically supported
|
/arm-trusted-firmware-2.8.0/docs/design/ |
A D | firmware-design.rst | 1667 as well as a limit address that it must not overstep. The latter is used in the 1673 aarch64-none-elf-ld: BLx has exceeded its limit. 1676 on FVP, BL31 and TSP need to know the limit address that their PROGBITS 2319 limit the memory cost, this flag also changes the memory layout such that the
|
/arm-trusted-firmware-2.8.0/docs/ |
A D | change-log.md | 1607 …- limit virtual offset register access to NS world ([a4c3945](https://review.trustedfirmware.org/p… 1625 …- fix SP count limit without dual root CoT ([9ce15fe](https://review.trustedfirmware.org/plugins/g… 1912 …- limit snprintf radix value ([b30dd40](https://review.trustedfirmware.org/plugins/gitiles/TF-A/tr… 2634 …- limit BL31 memory usage ([d457230](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trust… 3636 - Fixed limit of 256 CPUs caused by cast to unsigned char 4306 - arm/sgi: Bump bl1 RW limit, mark remote chip shared ram as non-cacheable,
|
Completed in 42 milliseconds