Home
last modified time | relevance | path

Searched defs:index (Results 26 – 50 of 108) sorted by relevance

12345

/rk3399_ARM-atf/drivers/io/
H A Dio_storage.c95 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 Dimx_rdc.c14 int index; member
/rk3399_ARM-atf/common/
H A Druntime_svc.c41 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 Darm_fconf_sp.c32 unsigned int index = 0; in fconf_populate_arm_sp() local
/rk3399_ARM-atf/plat/qemu/common/
H A Dqemu_common.c236 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 Darm_image_load.c60 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 Dimg_parser_mod.c35 unsigned int index, mod_num; in img_parser_init() local
/rk3399_ARM-atf/include/drivers/arm/
H A Dcci.h20 #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 Dsbsa_platform.c451 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 Dsbsa_sip_svc.c49 uint64_t index; in sbsa_sip_smc_handler() local
/rk3399_ARM-atf/drivers/marvell/mochi/
H A Dapn806_setup.c67 #define MVEBU_AXI_ATTR_REG(index) (MVEBU_AXI_ATTR_BASE + \ argument
194 uint32_t index, data; in apn806_axi_attr_init() local
H A Dap807_setup.c72 #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 Dhikey_bl1_setup.c134 unsigned int index = 0; in bl1_plat_get_image_desc() local
H A Dhikey_ddr.c1222 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 Dmtk_bl31_setup.c72 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 Dspm_mm_setup.c383 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 Dxrdc_core.c122 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 Dplat_pm.c35 #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 Dufs.c527 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 Dbl_aux_params_exp.h81 uint32_t index; member
/rk3399_ARM-atf/plat/hisilicon/hikey960/
H A Dhikey960_bl1_setup.c223 unsigned int index = 0; in bl1_plat_get_image_desc() local
/rk3399_ARM-atf/plat/marvell/armada/a3k/common/
H A Dio_addr_dec.c132 int32_t index; in init_io_addr_dec() local
/rk3399_ARM-atf/drivers/renesas/common/auth/
H A Dauth_mod.c42 int32_t ret = 0, index = 0; in auth_mod_verify_img() local
/rk3399_ARM-atf/drivers/renesas/common/console/
H A Drcar_printf.c35 uint32_t index; member
/rk3399_ARM-atf/plat/xilinx/versal/
H A Dbl31_versal_setup.c155 static uint32_t index; in request_intr_type_el3() local

12345