Searched refs:ind (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/am33xx/ |
| H 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()
|
| H A D | clock_am33xx.c | 137 int ind = get_sys_clk_index(); in get_dpll_core_params() local 139 return &dpll_core_1000MHz[ind]; in get_dpll_core_params() 144 int ind = get_sys_clk_index(); in get_dpll_per_params() local 146 return &dpll_per_192MHz[ind]; in get_dpll_per_params()
|
| /rk3399_rockchip-uboot/board/ti/am335x/ |
| H A D | board.c | 263 int ind = get_sys_clk_index(); in get_dpll_ddr_params() local 266 return &dpll_ddr3_303MHz[ind]; in get_dpll_ddr_params() 268 return &dpll_ddr3_400MHz[ind]; in get_dpll_ddr_params() 270 return &dpll_ddr3_303MHz[ind]; in get_dpll_ddr_params() 272 return &dpll_ddr2_266MHz[ind]; in get_dpll_ddr_params() 292 int ind = get_sys_clk_index(); in get_dpll_mpu_params() local 303 return &dpll_mpu_opp[ind][5]; in get_dpll_mpu_params() 305 return &dpll_mpu_opp[ind][4]; in get_dpll_mpu_params() 307 return &dpll_mpu_opp[ind][3]; in get_dpll_mpu_params() 309 return &dpll_mpu_opp[ind][2]; in get_dpll_mpu_params() [all …]
|
| /rk3399_rockchip-uboot/board/ti/am43xx/ |
| H A D | board.c | 322 int ind = get_sys_clk_index(); in get_dpll_ddr_params() local 325 return &epos_evm_dpll_ddr[ind]; in get_dpll_ddr_params() 366 u32 ind = get_sys_clk_index(); in get_dpll_mpu_params() local 368 return &dpll_mpu[ind][opp]; in get_dpll_mpu_params() 373 int ind = get_sys_clk_index(); in get_dpll_core_params() local 375 return &dpll_core[ind]; in get_dpll_core_params() 380 int ind = get_sys_clk_index(); in get_dpll_per_params() local 382 return &dpll_per[ind]; in get_dpll_per_params()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | fsl_csu.h | 28 unsigned long ind; member
|
| /rk3399_rockchip-uboot/board/freescale/common/ |
| H A D | ns_access.c | 37 set_devices_ns_access(ns_dev[i].ind, ns_dev[i].val); in enable_devices_ns_access()
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/ |
| H A D | clocks-common.c | 47 s8 ind; in __get_sys_clk_index() local 56 ind = OMAP_SYS_CLK_IND_38_4_MHZ; in __get_sys_clk_index() 59 ind = (readl((*prcm)->cm_sys_clksel) & in __get_sys_clk_index() 62 return ind; in __get_sys_clk_index()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | cli_hush.c | 1945 char *ind = indenter(indent); local 1950 final_printf("%s run pipe: (pid %d)\n",ind,getpid()); 1954 final_printf("%s command %d:\n",ind,i); 1957 final_printf("%s argv[%d] = %s\n",ind,a,*p); 1972 final_printf("%s begin group (subshell:%d)\n",ind, child->subshell); 1975 final_printf("%s end group\n",ind); 1977 final_printf("%s (nil)\n",ind); 1981 final_printf("%s redirect %d%s", ind, r->fd, redir_table[r->type].descrip); 2006 char *ind = indenter(indent); local 2008 final_printf("%s pipe reserved mode %d\n", ind, pi->r_mode); [all …]
|