Lines Matching refs:ldepth

172 	unsigned int ldepth = depth;  in enable_osc()  local
175 ret = update_stack_depth(&ldepth); in enable_osc()
402 unsigned int ldepth = depth; in program_pll() local
406 ret = update_stack_depth(&ldepth); in program_pll()
419 ret = get_module_rate(&pll->desc, drv, &old_vco, ldepth); in program_pll()
460 unsigned int clk_src, ldepth = depth; in enable_pll() local
468 ret = update_stack_depth(&ldepth); in enable_pll()
517 return program_pll(pll, pll_addr, drv, sclk_id, sclk_freq, ldepth); in enable_pll()
577 unsigned int ldepth = depth; in enable_pll_div() local
583 ret = update_stack_depth(&ldepth); in enable_pll_div()
600 ret = get_module_rate(&pll->desc, drv, &pll_vco, ldepth); in enable_pll_div()
727 unsigned int ldepth = depth; in enable_mux() local
731 ret = update_stack_depth(&ldepth); in enable_mux()
786 unsigned int ldepth = depth; in enable_dfs() local
789 ret = update_stack_depth(&ldepth); in enable_dfs()
802 unsigned int ldepth = depth; in get_dfs_freq() local
806 ret = update_stack_depth(&ldepth); in get_dfs_freq()
817 return get_module_rate(dfs->parent, drv, rate, ldepth); in get_dfs_freq()
958 unsigned int ldepth = depth; in enable_dfs_div() local
965 ret = update_stack_depth(&ldepth); in enable_dfs_div()
1018 unsigned int ldepth = depth; in enable_part_block() local
1022 ret = update_stack_depth(&ldepth); in enable_part_block()
1057 unsigned int ldepth = depth; in enable_part_block_link() local
1060 ret = update_stack_depth(&ldepth); in enable_part_block_link()
1066 return enable_module_with_refcount(&block->desc, drv, ldepth); in enable_part_block_link()
1082 unsigned int ldepth = depth; in get_part_block_link_freq() local
1085 ret = update_stack_depth(&ldepth); in get_part_block_link_freq()
1090 return get_module_rate(block->parent, drv, rate, ldepth); in get_part_block_link_freq()
1154 unsigned int ldepth = depth; in enable_cgm_div() local
1160 ret = update_stack_depth(&ldepth); in enable_cgm_div()
1188 ret = get_module_rate(cgm_div->parent, drv, &pfreq, ldepth); in enable_cgm_div()
1262 unsigned int ldepth = depth; in get_cgm_div_freq() local
1267 ret = update_stack_depth(&ldepth); in get_cgm_div_freq()
1294 ret = get_module_rate(cgm_div->parent, drv, &pfreq, ldepth); in get_cgm_div_freq()
1330 unsigned int ldepth = depth; in exec_cb_with_refcount() local
1337 ret = update_stack_depth(&ldepth); in exec_cb_with_refcount()
1344 return en_cb(mod, drv, ldepth); in exec_cb_with_refcount()
1348 ret = en_cb(mod, drv, ldepth); in exec_cb_with_refcount()
1379 unsigned int ldepth = depth; in enable_module() local
1383 ret = update_stack_depth(&ldepth); in enable_module()
1408 false, ldepth); in enable_module()
1414 true, ldepth); in enable_module()
1480 unsigned int ldepth = depth; in get_osc_freq() local
1483 ret = update_stack_depth(&ldepth); in get_osc_freq()
1532 unsigned int ldepth = depth; in get_clk_freq() local
1535 ret = update_stack_depth(&ldepth); in get_clk_freq()
1546 return get_module_rate(clk->module, drv, rate, ldepth); in get_clk_freq()
1554 return get_clk_freq(&clk->pclock->desc, drv, rate, ldepth); in get_clk_freq()
1587 unsigned int ldepth = depth; in get_pll_freq() local
1592 ret = update_stack_depth(&ldepth); in get_pll_freq()
1628 ret = get_module_rate(&source->desc, drv, &prate, ldepth); in get_pll_freq()
1707 unsigned int ldepth = depth; in get_pll_div_freq() local
1714 ret = update_stack_depth(&ldepth); in get_pll_div_freq()
1731 ret = get_module_rate(pdiv->parent, drv, &pfreq, ldepth); in get_pll_div_freq()
1827 unsigned int ldepth = depth; in get_mux_freq() local
1830 ret = update_stack_depth(&ldepth); in get_mux_freq()
1841 return get_clk_freq(&clk->desc, drv, rate, ldepth); in get_mux_freq()
1902 unsigned int ldepth = depth; in get_dfs_div_freq() local
1909 ret = update_stack_depth(&ldepth); in get_dfs_div_freq()
1919 ret = get_module_rate(dfs_div->parent, drv, &pfreq, ldepth); in get_dfs_div_freq()
1951 unsigned int ldepth = *depth; in set_part_block_link_freq() local
1954 ret = update_stack_depth(&ldepth); in set_part_block_link_freq()
1964 return set_module_rate(parent, rate, orate, &ldepth); in set_part_block_link_freq()
2032 unsigned int ldepth = depth; in get_module_rate() local
2035 ret = update_stack_depth(&ldepth); in get_module_rate()
2042 ret = get_osc_freq(module, drv, rate, ldepth); in get_module_rate()
2045 ret = get_clk_freq(module, drv, rate, ldepth); in get_module_rate()
2048 ret = get_pll_freq(module, drv, rate, ldepth); in get_module_rate()
2051 ret = get_dfs_freq(module, drv, rate, ldepth); in get_module_rate()
2054 ret = get_dfs_div_freq(module, drv, rate, ldepth); in get_module_rate()
2057 ret = get_fixed_div_freq(module, drv, rate, ldepth); in get_module_rate()
2060 ret = get_pll_div_freq(module, drv, rate, ldepth); in get_module_rate()
2063 ret = get_mux_freq(module, drv, rate, ldepth); in get_module_rate()
2066 ret = get_mux_freq(module, drv, rate, ldepth); in get_module_rate()
2075 ret = get_part_block_link_freq(module, drv, rate, ldepth); in get_module_rate()
2078 ret = get_cgm_div_freq(module, drv, rate, ldepth); in get_module_rate()