Searched refs:ind (Results 1 – 10 of 10) sorted by relevance
| /u-boot/board/phytec/phycore_am335x_r2/ |
| A D | board.c | 195 int ind = get_sys_clk_index(); in get_dpll_mpu_params() local 200 return &dpll_mpu_opp[ind][5]; in get_dpll_mpu_params() 202 return &dpll_mpu_opp[ind][4]; in get_dpll_mpu_params() 204 return &dpll_mpu_opp[ind][3]; in get_dpll_mpu_params() 206 return &dpll_mpu_opp[ind][2]; in get_dpll_mpu_params() 210 return &dpll_mpu_opp[ind][0]; in get_dpll_mpu_params() 213 return &dpll_mpu_opp[ind][0]; in get_dpll_mpu_params()
|
| /u-boot/drivers/mailbox/ |
| A D | k3-sec-proxy.c | 114 int ind, i; in k3_sec_proxy_of_xlate() local 122 ind = args->args[0]; in k3_sec_proxy_of_xlate() 125 if (spm->chans[i].id == ind) { in k3_sec_proxy_of_xlate() 126 chan->id = ind; in k3_sec_proxy_of_xlate() 131 dev_err(chan->dev, "%s: Invalid Thread ID %d\n", __func__, ind); in k3_sec_proxy_of_xlate() 352 int i, ind; in k3_sec_proxy_thread_setup() local 356 ind = spm->desc->valid_threads[i]; in k3_sec_proxy_thread_setup() 357 spt->id = ind; in k3_sec_proxy_thread_setup() 358 spt->data = (void *)SEC_PROXY_THREAD(spm->target_data, ind); in k3_sec_proxy_thread_setup() 359 spt->scfg = (void *)SEC_PROXY_THREAD(spm->scfg, ind); in k3_sec_proxy_thread_setup() [all …]
|
| /u-boot/arch/arm/mach-omap2/am33xx/ |
| A D | sys_info.c | 64 u32 ind = readl(&ctrl->statusreg); in get_sys_clk_index() local 68 src = (ind & CTRL_CRYSTAL_FREQ_SRC_MASK) >> CTRL_CRYSTAL_FREQ_SRC_SHIFT; in get_sys_clk_index() 70 return ((ind & CTRL_CRYSTAL_FREQ_SELECTION_MASK) >> in get_sys_clk_index() 74 return ((ind & CTRL_SYSBOOT_15_14_MASK) >> in get_sys_clk_index()
|
| A D | clock_am33xx.c | 143 int ind = get_sys_clk_index(); in get_dpll_core_params() local 145 return &dpll_core_1000MHz[ind]; in get_dpll_core_params() 150 int ind = get_sys_clk_index(); in get_dpll_per_params() local 152 return &dpll_per_192MHz[ind]; in get_dpll_per_params()
|
| /u-boot/board/ti/am335x/ |
| A D | board.c | 272 int ind = get_sys_clk_index(); in get_dpll_ddr_params() local 275 return &dpll_ddr3_303MHz[ind]; in get_dpll_ddr_params() 277 return &dpll_ddr3_400MHz[ind]; in get_dpll_ddr_params() 279 return &dpll_ddr3_303MHz[ind]; in get_dpll_ddr_params() 301 int ind = get_sys_clk_index(); in get_dpll_mpu_params() local 312 return &dpll_mpu_opp[ind][5]; in get_dpll_mpu_params() 314 return &dpll_mpu_opp[ind][4]; in get_dpll_mpu_params() 316 return &dpll_mpu_opp[ind][3]; in get_dpll_mpu_params() 318 return &dpll_mpu_opp[ind][2]; in get_dpll_mpu_params() 322 return &dpll_mpu_opp[ind][0]; in get_dpll_mpu_params() [all …]
|
| /u-boot/board/ti/am43xx/ |
| A D | board.c | 327 int ind = get_sys_clk_index(); in get_dpll_ddr_params() local 330 return &epos_evm_dpll_ddr[ind]; in get_dpll_ddr_params() 371 u32 ind = get_sys_clk_index(); in get_dpll_mpu_params() local 373 return &dpll_mpu[ind][opp]; in get_dpll_mpu_params() 378 int ind = get_sys_clk_index(); in get_dpll_core_params() local 380 return &dpll_core[ind]; in get_dpll_core_params() 385 int ind = get_sys_clk_index(); in get_dpll_per_params() local 387 return &dpll_per[ind]; in get_dpll_per_params()
|
| /u-boot/include/ |
| A D | fsl_csu.h | 27 u8 ind; member
|
| /u-boot/arch/arm/mach-omap2/ |
| A D | clocks-common.c | 49 s8 ind; in __get_sys_clk_index() local 58 ind = OMAP_SYS_CLK_IND_38_4_MHZ; in __get_sys_clk_index() 61 ind = (readl((*prcm)->cm_sys_clksel) & in __get_sys_clk_index() 64 return ind; in __get_sys_clk_index()
|
| /u-boot/common/ |
| A D | cli_hush.c | 1941 char *ind = indenter(indent); local 1946 final_printf("%s run pipe: (pid %d)\n",ind,getpid()); 1950 final_printf("%s command %d:\n",ind,i); 1953 final_printf("%s argv[%d] = %s\n",ind,a,*p); 1968 final_printf("%s begin group (subshell:%d)\n",ind, child->subshell); 1971 final_printf("%s end group\n",ind); 1973 final_printf("%s (nil)\n",ind); 1977 final_printf("%s redirect %d%s", ind, r->fd, redir_table[r->type].descrip); 2002 char *ind = indenter(indent); local 2004 final_printf("%s pipe reserved mode %d\n", ind, pi->r_mode); [all …]
|
| /u-boot/board/freescale/common/ |
| A D | ns_access.c | 205 set_devices_ns_access(ns_dev[i].ind, ns_dev[i].val); in enable_devices_ns_access()
|
Completed in 25 milliseconds