Home
last modified time | relevance | path

Searched refs:index (Results 126 – 150 of 163) sorted by relevance

1234567

/rk3399_ARM-atf/lib/romlib/
H A Dromlib_generator.py111 for index, line in enumerate(template_lines):
113 end_of_comment_line = index
/rk3399_ARM-atf/plat/imx/imx8m/ddr/
H A Ddram.c304 int dram_dvfs_get_freq_info(void *handle, u_register_t index) in dram_dvfs_get_freq_info() argument
306 switch (index) { in dram_dvfs_get_freq_info()
/rk3399_ARM-atf/plat/xilinx/zynqmp/pm_service/
H A Dpm_api_pinctrl.c2050 uint32_t index, in pm_api_pinctrl_get_function_groups() argument
2069 if ((grps + index + i) >= end_of_grp_offset) { in pm_api_pinctrl_get_function_groups()
2072 groups[i] = (uint16_t)(grps + index + i); in pm_api_pinctrl_get_function_groups()
2099 uint32_t index, in pm_api_pinctrl_get_pin_groups() argument
2120 for (i = 0; i < index; i++) { in pm_api_pinctrl_get_pin_groups()
2128 groups[i] = grps[index + i]; in pm_api_pinctrl_get_pin_groups()
H A Dpm_api_pinctrl.h717 uint32_t index,
720 uint32_t index,
H A Dpm_api_clock.c2493 uint32_t index, in pm_api_clock_get_topology() argument
2516 if (index >= num_nodes) { in pm_api_clock_get_topology()
2522 if ((index + i) == num_nodes) { in pm_api_clock_get_topology()
2526 topology[i] = clock_nodes[index + i].type; in pm_api_clock_get_topology()
2527 topology[i] |= ((uint32_t)clock_nodes[index + i].clkflags << in pm_api_clock_get_topology()
2529 typeflags = clock_nodes[index + i].typeflags; in pm_api_clock_get_topology()
2613 uint32_t index, in pm_api_clock_get_parents() argument
2637 for (i = 0; i < index; i++) { in pm_api_clock_get_parents()
2645 parents[i] = (uint32_t)clk_parents[index + i]; in pm_api_clock_get_parents()
2646 if (clk_parents[index + i] == CLK_NA_PARENT) { in pm_api_clock_get_parents()
/rk3399_ARM-atf/plat/imx/imx8ulp/upower/
H A Dupower_api.c1684 int upwr_dlm_get_delay_margin(uint32_t path, uint32_t index, upwr_callb callb) in upwr_dlm_get_delay_margin() argument
1701 txmsg.args.index = index; in upwr_dlm_get_delay_margin()
1742 int upwr_dlm_set_delay_margin(uint32_t path, uint32_t index, uint32_t delay_margin, in upwr_dlm_set_delay_margin() argument
1760 txmsg.args.index = index; in upwr_dlm_set_delay_margin()
H A Dupower_defs.h512 uint32_t index : 8U; /* the delay meter index */ member
525 uint32_t index: 4U; /* the delay meter index */ member
/rk3399_ARM-atf/include/arch/aarch32/
H A Darch.h530 #define MAIR0_ATTR_SET(attr, index) ((attr) << ((index) << U(3))) argument
531 #define MAIR1_ATTR_SET(attr, index) ((attr) << (((index) - U(3)) << U(3))) argument
/rk3399_ARM-atf/drivers/usb/
H A Dusb_device.c233 if ((req->index != 0U) || (req->length != 0U)) { in usb_core_set_address()
313 if (LOBYTE(req->index) <= USBD_MAX_NUM_INTERFACES) { in usb_core_itf_req()
342 req->index = psetup[4] + (psetup[5] << 8); in usb_core_setup_stage()
/rk3399_ARM-atf/plat/hisilicon/hikey/
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() argument
1225 uint32_t cnt = 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() argument
1243 uint32_t cnt = index; in lpddrx_save_ddl_para_mission()
/rk3399_ARM-atf/drivers/st/clk/
H A Dstm32mp1_clk.c481 uint8_t index; member
513 .index = (idx), \
525 .index = (idx), \
537 .index = (idx), \
549 .index = (idx), \
969 if (gate_ref(i)->index == id) { in stm32mp1_clk_get_gated_id()
1308 VERBOSE("Enable clock %u\n", gate->index); in __clk_enable()
1321 VERBOSE("Disable clock %u\n", gate->index); in __clk_disable()
2407 enum stm32mp_osc_id index) in stm32mp1_osc_clk_init() argument
2412 stm32mp1_osc[index] = frequency; in stm32mp1_osc_clk_init()
/rk3399_ARM-atf/tools/memory/src/memory/
H A Dprinter.py147 modules.index(mod),
/rk3399_ARM-atf/drivers/nxp/ddr/phy-gen2/
H A Dphy.c1997 static const char *lookup_msg(uint32_t index, int train2d) in lookup_msg() argument
2012 if (messages[i].index == index) { in lookup_msg()
2025 uint32_t index __unused; in decode_stream_message()
2032 index = get_mail(phy, 1); in decode_stream_message()
2033 if ((index & 0xffff) > MAX_ARGS) { /* up to MAX_ARGS args so far */ in decode_stream_message()
2036 for (i = 0; i < (index & 0xffff) && i < MAX_ARGS; i++) { in decode_stream_message()
2040 format = lookup_msg(index, train2d); in decode_stream_message()
2042 printf("0x%08x: ", index); in decode_stream_message()
/rk3399_ARM-atf/plat/mediatek/mt8195/
H A Dplat_pm.c353 gpio_set_value(gpio_reset->index, gpio_reset->polarity); in plat_mtk_system_reset()
/rk3399_ARM-atf/plat/mediatek/mt8192/
H A Dplat_pm.c360 gpio_set_value(gpio_reset->index, gpio_reset->polarity); in plat_mtk_system_reset()
/rk3399_ARM-atf/docs/components/
H A Dras.rst203 register-accessed record, the start index of the record and number of
204 continuous records from that index;
238 example, it could return the index of the record.
278 - Set ``probe_data`` to the index of the error record upon detecting an error.
H A Drmm-el3-comms-spec.rst99 …x0,Linear index of this PE. This index starts from 0 and must be less than the maximum number of C…
145 …x0,Linear index of this PE. This index starts from 0 and must be less than the maximum number of C…
530 The features can be discovered by specifying the feature register index that
532 relevant information. The feature register index is specified in the
537 The following is the register definition for feature register index 0 for
575 feat_reg_idx,x1,[63:0],UInt64, "Feature register index. For v0.4, a value of 0 is the only
1324 | smmu_idx | 6 | uint16_t | SMMU index in 'smmu_info'[] array |
H A Dven-el3-debugfs.rst41 unsigned char index;
/rk3399_ARM-atf/plat/mediatek/mt8186/
H A Dplat_pm.c350 gpio_set_value(gpio_reset->index, gpio_reset->polarity); in plat_mtk_system_reset()
/rk3399_ARM-atf/plat/intel/soc/common/include/
H A Dsocfpga_mailbox.h251 uint32_t index; member
/rk3399_ARM-atf/tools/sptool/
H A Dsp_mk_generator.py305 sp_pkg_idx = [k for k in sp_layout.keys()].index(sp) + 1
/rk3399_ARM-atf/plat/st/common/
H A Dusb_dfu.c309 ERROR("UPLOAD : bad block %i on alt %i\n", req->value, req->index); in usb_dfu_upload()
/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_shared_mem.c208 spmc_shmem_obj_get_emad(const struct ffa_mtd *desc, uint32_t index, in spmc_shmem_obj_get_emad() argument
213 assert(index < desc->emad_count); in spmc_shmem_obj_get_emad()
228 assert(((uint64_t)index * (uint64_t)*emad_size) <= UINT32_MAX); in spmc_shmem_obj_get_emad()
229 return (emad + (*emad_size * index)); in spmc_shmem_obj_get_emad()
/rk3399_ARM-atf/docs/plat/
H A Dpoplar.rst100 lsadc voltage min: 000000FE, max: 000000FF, aver: 000000FE, index: 00000000
/rk3399_ARM-atf/plat/mediatek/mt8183/
H A Dplat_pm.c537 mt_set_gpio_out(gpio_reset->index, gpio_reset->polarity); in plat_mtk_system_reset()

1234567