Home
last modified time | relevance | path

Searched refs:try (Results 1 – 20 of 20) sorted by relevance

/rk3399_ARM-atf/plat/brcm/board/stingray/src/
H A Dfsx.c181 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 Dbl2_setup.c138 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 Dusb.c24 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 Dmaintenance.rst46 #. If there are objections, the existing maintainers should try to resolve them
H A Dplatform-ports-policy.rst12 library interfaces (like xlat_table library). The project will try to maintain
H A Dsecurity.rst18 Although we try to keep TF-A secure, we can only do so with the help of the
H A Dcommit-style.rst122 When creating new scopes, try to keep them short and succinct, and use kebab
H A Dcode-review-guidelines.rst78 may try the following actions to speed it up:
H A Dcontributing.rst118 - If some module has no code owner, try to identify a suitable (non-code
/rk3399_ARM-atf/
H A D.versionrc.cjs22 try {
/rk3399_ARM-atf/plat/allwinner/common/
H A Darisc_off.S90 l.bf 1b # try again
/rk3399_ARM-atf/plat/intel/soc/common/soc/
H A Dsocfpga_mailbox.c936 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 Dsynquacer.rst38 few specialist tools. On a Debian or Ubuntu operating system try:
/rk3399_ARM-atf/docs/
H A Darchitecture_features.rst470 compiler's optimization stage and the linker will try to remove as much of this
H A Dporting-guide.rst1248 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 Dchange-log.md8278 …- don't try to read boot partition on SD cards ([9492b39](https://review.trustedfirmware.org/plugi…
/rk3399_ARM-atf/docs/design_documents/
H A Dmeasured_boot_poc.rst25 party (f)TPM service and they try to be as general as possible. Different
/rk3399_ARM-atf/docs/components/
H A Dcontext-management-library.rst565 Root Context needs to be setup as early as possible before we try and access/modify
/rk3399_ARM-atf/docs/threat_model/
H A Dsupply_chain_threat_model.rst327 | Mitigations | - Static analysis to try to pick up issues that typically |
/rk3399_ARM-atf/docs/design/
H A Dfirmware-design.rst2768 this will try to come up with an appropriate -march value to be passed to compiler