Searched refs:EARLY_ERROR (Results 1 – 8 of 8) sorted by relevance
| /rk3399_ARM-atf/include/common/ |
| H A D | debug.h | 96 #define EARLY_ERROR(...) ERROR(__VA_ARGS__) macro 98 #define EARLY_ERROR(...) no_tf_log(LOG_MARKER_ERROR __VA_ARGS__) macro
|
| /rk3399_ARM-atf/plat/st/stm32mp2/ |
| H A D | bl31_plat_setup.c | 55 EARLY_ERROR("%s: failed to open DT (%d)\n", __func__, ret); in bl31_early_platform_setup2() 61 EARLY_ERROR("%s: failed init clocks (%d)\n", __func__, ret); in bl31_early_platform_setup2()
|
| H A D | bl2_plat_setup.c | 156 EARLY_ERROR("OTP probe failed\n"); in bl2_el3_plat_arch_setup()
|
| /rk3399_ARM-atf/drivers/st/bsec/ |
| H A D | bsec2.c | 169 EARLY_ERROR("%s: DT not found\n", __func__); in bsec_late_init() 175 EARLY_ERROR("%s: BSEC node not found\n", __func__); in bsec_late_init() 235 EARLY_ERROR("%s: otp_invalid_mod\n", __func__); in bsec_probe() 245 EARLY_ERROR("%s: version = 0x%x, id = 0x%x\n", __func__, version, id); in bsec_probe()
|
| H A D | bsec3.c | 179 EARLY_ERROR("%s: version = 0x%x, id = 0x%x\n", __func__, version, id); in bsec_probe()
|
| /rk3399_ARM-atf/drivers/st/clk/ |
| H A D | clk-stm32mp2.c | 1517 EARLY_ERROR("Cannot set div on A35 bypass clock\n"); in stm32mp2_a35_ss_on_hsi() 1529 EARLY_ERROR("Cannot switch A35 to bypass clock\n"); in stm32mp2_a35_ss_on_hsi() 1575 EARLY_ERROR("PLL1 start failed @ 0x%lx: 0x%x\n", in stm32mp2_a35_pll1_start() 1591 EARLY_ERROR("CA35SS switch to PLL1 failed @ 0x%lx: 0x%x\n", in stm32mp2_a35_pll1_start() 1758 EARLY_ERROR("%s: %d\n", __func__, __LINE__); in _clk_stm32_pll1_init() 1782 EARLY_ERROR("PLL%d ref clock not started\n", pll->clk_id - _CK_PLL1 + 1); in clk_stm32_pll_wait_mux_ready() 1883 EARLY_ERROR("Pre divider status: %x\n", in wait_predivsr() 1911 EARLY_ERROR("Final divider status: %x\n", in wait_findivsr() 1930 EARLY_ERROR("XBAR%uCFGR: %x\n", channel, in wait_xbar_sts() 2092 EARLY_ERROR("Invalid rate %lu MHz for MSI ! (4 or 16 only)\n", in stm32_enable_oscillator_msi() [all …]
|
| H A D | stm32mp1_clk.c | 1620 EARLY_ERROR("%s: failed\n", __func__); in stm32mp1_lse_wait() 1629 EARLY_ERROR("%s: failed\n", __func__); in stm32mp1_lsi_set() 1647 EARLY_ERROR("%s: failed\n", __func__); in stm32mp1_hse_enable() 1666 EARLY_ERROR("%s: failed\n", __func__); in stm32mp1_csi_set() 1674 EARLY_ERROR("%s: failed\n", __func__); in stm32mp1_hsi_set() 1714 EARLY_ERROR("Invalid clk-hsi frequency\n"); in stm32mp1_hsidiv() 1816 EARLY_ERROR("PLL%u start failed @ 0x%lx: 0x%x\n", in stm32mp1_pll_output() 1845 EARLY_ERROR("PLL%u stop failed @ 0x%lx: 0x%x\n", in stm32mp1_pll_stop() 2384 EARLY_ERROR("forbidden new USB clk path\n"); in stm32mp1_clk_init() 2385 EARLY_ERROR("vs bootrom on USB boot\n"); in stm32mp1_clk_init()
|
| H A D | clk-stm32mp13.c | 977 EARLY_ERROR("HSIDIV failed @ 0x%lx: 0x%x\n", in stm32mp1_set_hsidiv() 1000 EARLY_ERROR("Invalid clk-hsi frequency\n"); in stm32mp1_hsidiv() 1242 EARLY_ERROR("Invalid Vref clock !\n"); in clk_stm32_pll_config_vco()
|