| /rk3399_ARM-atf/plat/brcm/board/stingray/src/ |
| H A D | fsx.c | 181 int try; in fsx_init() local 217 try = 10000; in fsx_init() 222 try--; in fsx_init() 223 } while (!(data & FSX_COMM_RM_MAIN_HW_INIT_DONE__MASK) && (try > 0)); in fsx_init() 225 if (try <= 0) in fsx_init() 385 int try; in fsx_meminit() local 419 try = 10; in fsx_meminit() 428 try--; in fsx_meminit() 429 } while (try > 0); in fsx_meminit() 432 if (try <= 0) { in fsx_meminit()
|
| H A D | bl2_setup.c | 138 int try; in brcm_stingray_pcie_reset() local 154 try = 1000; in brcm_stingray_pcie_reset() 158 try--; in brcm_stingray_pcie_reset() 159 } while ((data & PCIE_STAT_PON_VALID_R) == 0x0 && (try > 0)); in brcm_stingray_pcie_reset() 161 if (try <= 0) in brcm_stingray_pcie_reset()
|
| /rk3399_ARM-atf/plat/brcm/board/stingray/driver/ |
| H A D | usb.c | 24 uint32_t try; in usb_pm_rescal_init() local 33 try = 1000U; in usb_pm_rescal_init() 37 try--; in usb_pm_rescal_init() 38 } while ((data & RESCAL_I_PWRDNB) == 0x0U && (try != 0U)); in usb_pm_rescal_init() 40 if (try == 0U) { in usb_pm_rescal_init()
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | maintenance.rst | 46 #. If there are objections, the existing maintainers should try to resolve them
|
| H A D | platform-ports-policy.rst | 12 library interfaces (like xlat_table library). The project will try to maintain
|
| H A D | security.rst | 18 Although we try to keep TF-A secure, we can only do so with the help of the
|
| H A D | commit-style.rst | 122 When creating new scopes, try to keep them short and succinct, and use kebab
|
| H A D | code-review-guidelines.rst | 78 may try the following actions to speed it up:
|
| H A D | contributing.rst | 118 - If some module has no code owner, try to identify a suitable (non-code
|
| /rk3399_ARM-atf/ |
| H A D | .versionrc.cjs | 22 try {
|
| /rk3399_ARM-atf/plat/allwinner/common/ |
| H A D | arisc_off.S | 90 l.bf 1b # try again
|
| /rk3399_ARM-atf/plat/intel/soc/common/soc/ |
| H A D | socfpga_mailbox.c | 936 uint32_t count = 0U, try = 0U; in mailbox_get_free_resp_desc() local 938 for (try = 0; try < MBOX_SVC_RESP_QUEUE_SIZE; try++) { in mailbox_get_free_resp_desc()
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | synquacer.rst | 38 few specialist tools. On a Debian or Ubuntu operating system try:
|
| /rk3399_ARM-atf/docs/ |
| H A D | architecture_features.rst | 470 compiler's optimization stage and the linker will try to remove as much of this
|
| H A D | porting-guide.rst | 1248 By default, the platform will read the metadata structure and try to boot from 1561 This optional function is called to register platform try images ops, given
|
| H A D | change-log.md | 8278 …- don't try to read boot partition on SD cards ([9492b39](https://review.trustedfirmware.org/plugi…
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | measured_boot_poc.rst | 25 party (f)TPM service and they try to be as general as possible. Different
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | context-management-library.rst | 565 Root Context needs to be setup as early as possible before we try and access/modify
|
| /rk3399_ARM-atf/docs/threat_model/ |
| H A D | supply_chain_threat_model.rst | 327 | Mitigations | - Static analysis to try to pick up issues that typically |
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | firmware-design.rst | 2768 this will try to come up with an appropriate -march value to be passed to compiler
|