Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/brcm/board/stingray/src/
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()
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()
/arm-trusted-firmware-2.8.0/plat/brcm/board/stingray/driver/
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()
/arm-trusted-firmware-2.8.0/docs/process/
A Dplatform-ports-policy.rst12 library interfaces (like xlat_table library). The project will try to maintain
A Dsecurity.rst20 Although we try to keep TF-A secure, we can only do so with the help of the
A Dcommit-style.rst119 When creating new scopes, try to keep them short and succinct, and use kebab
A Dcode-review-guidelines.rst57 may try the following actions to speed it up:
A Dcontributing.rst106 - If some module has no code owner, try to identify a suitable (non-code
/arm-trusted-firmware-2.8.0/plat/allwinner/common/
A Darisc_off.S90 l.bf 1b # try again
/arm-trusted-firmware-2.8.0/docs/plat/
A Dsynquacer.rst38 few specialist tools. On a Debian or Ubuntu operating system try:
/arm-trusted-firmware-2.8.0/docs/design_documents/
A Dcontext_mgmt_rework.rst110 should not try to do different initialization between the worlds. The library
A Dmeasured_boot_poc.rst23 party (f)TPM service and they try to be as general as possible. Different
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dporting-guide.rst1177 By default, the platform will read the metadata structure and try to boot from
/arm-trusted-firmware-2.8.0/docs/
A Dchange-log.md1760 …- don't try to read boot partition on SD cards ([9492b39](https://review.trustedfirmware.org/plugi…

Completed in 30 milliseconds