Searched refs:try (Results 1 – 14 of 14) sorted by relevance
181 int try; in fsx_init() local217 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() local419 try = 10; in fsx_meminit()428 try--; in fsx_meminit()429 } while (try > 0); in fsx_meminit()432 if (try <= 0) { in fsx_meminit()
138 int try; in brcm_stingray_pcie_reset() local154 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()
24 uint32_t try; in usb_pm_rescal_init() local33 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()
12 library interfaces (like xlat_table library). The project will try to maintain
20 Although we try to keep TF-A secure, we can only do so with the help of the
119 When creating new scopes, try to keep them short and succinct, and use kebab
57 may try the following actions to speed it up:
106 - If some module has no code owner, try to identify a suitable (non-code
90 l.bf 1b # try again
38 few specialist tools. On a Debian or Ubuntu operating system try:
110 should not try to do different initialization between the worlds. The library
23 party (f)TPM service and they try to be as general as possible. Different
1177 By default, the platform will read the metadata structure and try to boot from
1760 …- don't try to read boot partition on SD cards ([9492b39](https://review.trustedfirmware.org/plugi…
Completed in 30 milliseconds