| /rk3399_ARM-atf/drivers/st/uart/ |
| H A D | stm32_uart.c | 107 const struct stm32_uart_init_s *init) in uart_set_config() argument 121 int_div = clockfreq / init->baud_rate; in uart_set_config() 124 init->baud_rate, in uart_set_config() 125 init->prescaler); in uart_set_config() 132 init->baud_rate, in uart_set_config() 133 init->prescaler) & in uart_set_config() 148 tmpreg = init->word_length | in uart_set_config() 149 init->parity | in uart_set_config() 150 init->mode | in uart_set_config() 152 init->fifo_mode; in uart_set_config() [all …]
|
| /rk3399_ARM-atf/plat/socionext/uniphier/ |
| H A D | uniphier_cci.c | 36 void (*init)(void); member 43 .init = NULL, 48 .init = __uniphier_cci_init, 53 .init = NULL, 67 if (uniphier_cci_ops.init) in uniphier_cci_init() 68 uniphier_cci_ops.init(); in uniphier_cci_init()
|
| H A D | uniphier_usb.c | 128 void (*init)(void); member 134 .init = uniphier_ld11_usb_init, 138 .init = uniphier_ld20_usb_init, 142 .init = uniphier_pxs3_usb_init, 175 if (param->init) in uniphier_usb_init() 176 param->init(); in uniphier_usb_init()
|
| /rk3399_ARM-atf/include/plat/arm/common/ |
| H A D | arm_reclaim_init.ld.S | 11 .init __STACKS_START__ : { 15 *(*text.init.*); 34 OFFSET = ABS(SIZEOF(.init) - (. - __STACKS_START__)); \
|
| /rk3399_ARM-atf/include/common/ |
| H A D | runtime_svc.h | 66 rt_svc_init_t init; member 80 .init = (_setup), \ 95 CASSERT(RT_SVC_DESC_INIT == __builtin_offsetof(rt_svc_desc_t, init),
|
| /rk3399_ARM-atf/include/drivers/auth/ |
| H A D | img_parser_mod.h | 37 void (*init)(void); member 59 .init = _init, \
|
| H A D | crypto_mod.h | 54 void (*init)(void); member 145 .init = _init, \
|
| /rk3399_ARM-atf/common/ |
| H A D | runtime_svc.c | 77 if ((desc->init == NULL) && (desc->handle == NULL)) { in validate_rt_svc_desc() 130 if (service->init != NULL) { in runtime_svc_init() 131 rc = service->init(); in runtime_svc_init()
|
| /rk3399_ARM-atf/include/services/ |
| H A D | el3_spmc_logical_sp.h | 26 ffa_partition_init_t init; member 40 .init = (_init), \
|
| H A D | el3_spmd_logical_sp.h | 20 ffa_spmd_lp_init_t init; member 53 .init = (_init), \
|
| /rk3399_ARM-atf/drivers/auth/mbedtls/ |
| H A D | mbedtls_crypto.c | 60 static void init(void) in init() function 419 REGISTER_CRYPTO_LIB(LIB_NAME, init, verify_signature, verify_hash, calc_hash, 422 REGISTER_CRYPTO_LIB(LIB_NAME, init, verify_signature, verify_hash, calc_hash, 427 REGISTER_CRYPTO_LIB(LIB_NAME, init, verify_signature, verify_hash, NULL, 430 REGISTER_CRYPTO_LIB(LIB_NAME, init, verify_signature, verify_hash, NULL, 434 REGISTER_CRYPTO_LIB(LIB_NAME, init, NULL, NULL, calc_hash, NULL, NULL, NULL);
|
| H A D | mbedtls_psa_crypto.c | 93 static void init(void) in init() function 592 REGISTER_CRYPTO_LIB(LIB_NAME, init, verify_signature, verify_hash, calc_hash, 595 REGISTER_CRYPTO_LIB(LIB_NAME, init, verify_signature, verify_hash, calc_hash, 600 REGISTER_CRYPTO_LIB(LIB_NAME, init, verify_signature, verify_hash, NULL, 603 REGISTER_CRYPTO_LIB(LIB_NAME, init, verify_signature, verify_hash, NULL, 607 REGISTER_CRYPTO_LIB(LIB_NAME, init, NULL, NULL, calc_hash, NULL, NULL, finish);
|
| /rk3399_ARM-atf/drivers/nxp/crypto/caam/src/auth/ |
| H A D | nxp_crypto.c | 23 static void init(void) in init() function 123 REGISTER_CRYPTO_LIB(LIB_NAME, init, verify_signature, verify_hash, NULL, NULL, NULL, NULL);
|
| /rk3399_ARM-atf/drivers/nxp/auth/csf_hdr_parser/ |
| H A D | plat_img_parser.c | 72 static void init(void) in init() function 179 REGISTER_IMG_PARSER_LIB(IMG_PLAT, LIB_NAME, init,
|
| /rk3399_ARM-atf/drivers/auth/ |
| H A D | img_parser_mod.c | 27 assert(desc->init != NULL); in validate_desc() 55 parser_lib_descs[index].init(); in img_parser_init()
|
| H A D | crypto_mod.c | 50 assert(crypto_lib_desc.init != NULL); in crypto_mod_init() 65 crypto_lib_desc.init(); in crypto_mod_init()
|
| /rk3399_ARM-atf/plat/mediatek/lib/pm/ |
| H A D | mtk_pm.h | 65 plat_init_func init; member 102 void (*init)(unsigned int cpu, uintptr_t sec_entrypoint); member 124 void (*init)(unsigned int cpu, uintptr_t sec_entrypoint); member
|
| /rk3399_ARM-atf/include/drivers/io/ |
| H A D | io_mtd.h | 24 int (*init)(unsigned long long *size, unsigned int *erase_size); member
|
| /rk3399_ARM-atf/plat/mediatek/include/lib/pm/ |
| H A D | mtk_pm.h | 65 plat_init_func init; member 110 void (*init)(unsigned int cpu, uintptr_t sec_entrypoint); member 203 void (*init)(unsigned int cpu, uintptr_t sec_entrypoint); member
|
| /rk3399_ARM-atf/plat/mediatek/common/lpm/ |
| H A D | mt_lp_rm.c | 28 if ((*rc)->init != NULL) { in mt_lp_rm_register() 29 (*rc)->init(); in mt_lp_rm_register()
|
| /rk3399_ARM-atf/lib/pmf/ |
| H A D | pmf_main.c | 78 if (pmf_svc_descs[ii].init != NULL) { in pmf_setup() 79 rc = pmf_svc_descs[ii].init(); in pmf_setup()
|
| /rk3399_ARM-atf/plat/mediatek/include/lpm/ |
| H A D | mt_lp_rm.h | 42 int (*init)(void); member
|
| /rk3399_ARM-atf/plat/mediatek/common/lpm_v2/ |
| H A D | mt_lp_rm.c | 29 if ((*rc)->init != NULL) in mt_lp_rm_register() 30 (*rc)->init(); in mt_lp_rm_register()
|
| /rk3399_ARM-atf/services/std_svc/spm/el3_spmc/ |
| H A D | logical_sp.c | 75 if (lp_desc->init == NULL) { in el3_sp_desc_validate()
|
| /rk3399_ARM-atf/drivers/st/i2c/ |
| H A D | stm32_i2c.c | 98 struct stm32_i2c_init_s *init) in stm32_i2c_get_setup_from_fdt() argument 102 init->rise_time = fdt_read_uint32_default(fdt, node, in stm32_i2c_get_setup_from_fdt() 106 init->fall_time = fdt_read_uint32_default(fdt, node, in stm32_i2c_get_setup_from_fdt() 114 init->speed_mode = I2C_SPEED_FAST_PLUS; in stm32_i2c_get_setup_from_fdt() 117 init->speed_mode = I2C_SPEED_FAST; in stm32_i2c_get_setup_from_fdt() 121 init->speed_mode = I2C_SPEED_STANDARD; in stm32_i2c_get_setup_from_fdt()
|