Home
last modified time | relevance | path

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

12

/trusted-firmware-a/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()
/trusted-firmware-a/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()
/trusted-firmware-a/docs/process/
A Dplatform-compatibility-policy.rst15 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.rst131 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
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/process/
A Dplatform-compatibility-policy.rst.txt15 library interfaces (like xlat_table library). The project will try to maintain
A Dsecurity.rst.txt20 Although we try to keep TF-A secure, we can only do so with the help of the
A Dcommit-style.rst.txt131 When creating new scopes, try to keep them short and succinct, and use kebab
A Dcode-review-guidelines.rst.txt57 may try the following actions to speed it up:
A Dcontributing.rst.txt106 - If some module has no code owner, try to identify a suitable (non-code
/trusted-firmware-a/plat/allwinner/common/
A Darisc_off.S90 l.bf 1b # try again
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/
A Dsynquacer.rst.txt38 few specialist tools. On a Debian or Ubuntu operating system try:
/trusted-firmware-a/docs/plat/
A Dsynquacer.rst38 few specialist tools. On a Debian or Ubuntu operating system try:
/trusted-firmware-a/docs/build/latex/
A Dsphinxlatexobjects.sty173 \else% backwards compatibility: try \docutilsrole#1{#2}
A Dsphinxpackagefootnote.sty303 You can try to report this incompatibility at^^J
A Dsphinxlatextables.sty286 % if in an l, r, c type column, try and hope for the best
A Dsphinxlatexliterals.sty620 % try to account for external frame parameters
A Dtrustedfirmware-a.log295 \last@try=\dimen159
A Dtrustedfirmware-a.aux462 \newlabel{getting_started/porting-guide:function-plat-try-next-boot-source-optional}{{2.7.9}{72}{Fu…
/trusted-firmware-a/docs/design_documents/
A Dmeasured_boot_poc.rst23 party (f)TPM service and they try to be as general as possible. Different
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design_documents/
A Dmeasured_boot_poc.rst.txt23 party (f)TPM service and they try to be as general as possible. Different
/trusted-firmware-a/docs/build/TF-A_2.5/_static/css/
A Dtheme.css4 …}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-…

Completed in 39 milliseconds

12