Lines Matching +full:freq +full:- +full:domain
4 * (C) Copyright 2012-2014
7 * SPDX-License-Identifier: GPL-2.0+
70 unsigned long freq; in do_getclk_cmd() local
77 freq = ks_clk_get_rate(clk); in do_getclk_cmd()
78 if (freq) in do_getclk_cmd()
79 printf("clock index [%d] - frequency %lu\n", clk, freq); in do_getclk_cmd()
107 printf("psc_enable_module(%d) - %s\n", psc_module, in do_psc_cmd()
114 printf("psc_disable_module(%d) - %s\n", psc_module, in do_psc_cmd()
119 if (strcmp(argv[2], "domain") == 0) { in do_psc_cmd()
121 printf("psc_disable_domain(%d) - %s\n", psc_module, in do_psc_cmd()
132 "<enable/disable psc module os disable domain>",
133 "<mod/domain index> <en|di|domain>\n"
135 "modules. The module or domain index exectly corresponds to ones\n"
137 "domain use command: psc 14 en.\n"