| /rk3399_ARM-atf/drivers/io/ |
| H A D | io_storage.c | 95 for (unsigned int index = 0; index < MAX_IO_HANDLES; ++index) { in find_first_entity() local 113 unsigned int index = 0; in allocate_entity() local 129 unsigned int index = 0; in free_entity() local
|
| /rk3399_ARM-atf/plat/imx/imx8m/ |
| H A D | imx_rdc.c | 14 int index; member
|
| /rk3399_ARM-atf/common/ |
| H A D | runtime_svc.c | 41 unsigned int index; in get_handler_for_smc_fid() local 345 uint8_t index, start_idx, end_idx; in runtime_svc_init() local
|
| /rk3399_ARM-atf/plat/arm/common/fconf/ |
| H A D | arm_fconf_sp.c | 32 unsigned int index = 0; in fconf_populate_arm_sp() local
|
| /rk3399_ARM-atf/plat/qemu/common/ |
| H A D | qemu_common.c | 236 static void plat_get_memory_node(int index, struct memory_bank *bank_ptr) in plat_get_memory_node() 248 static void plat_get_memory_node(int index, struct memory_bank *bank_ptr) in plat_get_memory_node()
|
| /rk3399_ARM-atf/plat/arm/common/ |
| H A D | arm_image_load.c | 60 for (unsigned int index = 0; index < MAX_SP_IDS; index++) { in plat_add_sp_images_load_info() local
|
| /rk3399_ARM-atf/drivers/auth/ |
| H A D | img_parser_mod.c | 35 unsigned int index, mod_num; in img_parser_init() local
|
| /rk3399_ARM-atf/include/drivers/arm/ |
| H A D | cci.h | 20 #define SLAVE_IFACE_OFFSET(index) (SLAVE_IFACE0_OFFSET + \ argument 32 #define EVENT_OFFSET(index) (EVENT_SELECT0_OFFSET + \ argument
|
| /rk3399_ARM-atf/plat/qemu/qemu_sbsa/ |
| H A D | sbsa_platform.c | 451 struct platform_cpu_data sbsa_platform_cpu_node(uint64_t index) in sbsa_platform_cpu_node() 456 struct platform_memory_data sbsa_platform_memory_node(uint64_t index) in sbsa_platform_memory_node()
|
| H A D | sbsa_sip_svc.c | 49 uint64_t index; in sbsa_sip_smc_handler() local
|
| /rk3399_ARM-atf/drivers/marvell/mochi/ |
| H A D | apn806_setup.c | 67 #define MVEBU_AXI_ATTR_REG(index) (MVEBU_AXI_ATTR_BASE + \ argument 194 uint32_t index, data; in apn806_axi_attr_init() local
|
| H A D | ap807_setup.c | 72 #define MVEBU_AXI_ATTR_REG(index) (MVEBU_AXI_ATTR_BASE + \ argument 200 uint32_t index, data; in ap807_axi_attr_init() local
|
| /rk3399_ARM-atf/plat/hisilicon/hikey/ |
| H A D | hikey_bl1_setup.c | 134 unsigned int index = 0; in bl1_plat_get_image_desc() local
|
| H A D | hikey_ddr.c | 1222 void lpddrx_save_ddl_para_bypass(uint32_t *ddr_ddl_para, unsigned int index) in lpddrx_save_ddl_para_bypass() 1240 void lpddrx_save_ddl_para_mission(uint32_t *ddr_ddl_para, unsigned int index) in lpddrx_save_ddl_para_mission()
|
| /rk3399_ARM-atf/plat/mediatek/common/ |
| H A D | mtk_bl31_setup.c | 72 void *get_mtk_bl31_fw_config(int index) in get_mtk_bl31_fw_config()
|
| /rk3399_ARM-atf/services/std_svc/spm/spm_mm/ |
| H A D | spm_mm_setup.c | 383 for (unsigned int index = 0; index < sp_boot_info->num_cpus; index++) { in spm_sp_setup() local
|
| /rk3399_ARM-atf/plat/imx/imx8ulp/xrdc/ |
| H A D | xrdc_core.c | 122 static int xrdc_config_pac(uint32_t pac, uint32_t index, uint32_t dxacp) in xrdc_config_pac() 146 static int xrdc_config_msc(uint32_t msc, uint32_t index, uint32_t dxacp) in xrdc_config_msc()
|
| /rk3399_ARM-atf/plat/marvell/armada/a8k/common/ |
| H A D | plat_pm.c | 35 #define MVEBU_GPIO_MASK(index) (1 << (index % 32)) argument 36 #define MVEBU_MPP_MASK(index) (0xF << (4 * (index % 8))) argument 37 #define MVEBU_GPIO_VALUE(index, value) (value << (index % 32)) argument
|
| /rk3399_ARM-atf/drivers/ufs/ |
| H A D | ufs.c | 527 uint8_t index, uint8_t sel, in ufs_prepare_query() 730 static void ufs_query(uint8_t op, uint8_t idn, uint8_t index, uint8_t sel, in ufs_query() 813 void ufs_read_desc(int idn, int index, uintptr_t buf, size_t size) in ufs_read_desc() 818 void ufs_write_desc(int idn, int index, uintptr_t buf, size_t size) in ufs_write_desc()
|
| /rk3399_ARM-atf/include/export/lib/bl_aux_params/ |
| H A D | bl_aux_params_exp.h | 81 uint32_t index; member
|
| /rk3399_ARM-atf/plat/hisilicon/hikey960/ |
| H A D | hikey960_bl1_setup.c | 223 unsigned int index = 0; in bl1_plat_get_image_desc() local
|
| /rk3399_ARM-atf/plat/marvell/armada/a3k/common/ |
| H A D | io_addr_dec.c | 132 int32_t index; in init_io_addr_dec() local
|
| /rk3399_ARM-atf/drivers/renesas/common/auth/ |
| H A D | auth_mod.c | 42 int32_t ret = 0, index = 0; in auth_mod_verify_img() local
|
| /rk3399_ARM-atf/drivers/renesas/common/console/ |
| H A D | rcar_printf.c | 35 uint32_t index; member
|
| /rk3399_ARM-atf/plat/xilinx/versal/ |
| H A D | bl31_versal_setup.c | 155 static uint32_t index; in request_intr_type_el3() local
|