Lines Matching defs:domain
74 * vd2pllidx() - voltage domain to pll idx.
75 * @domain: the voltage domain for getting pll index.
77 * Caller will get correspond pll index by different voltage domain.
87 * * -EEXIST - cannot find pll idex of the specific voltage domain
90 static int32_t vd2pllidx(enum dvfs_voltage_domain domain)
94 switch (domain) {
110 ERROR("%s wrong voltage domain: %d\n", __func__, domain);
482 * anpu_pll_set_rate() - API for smc function to set rate of voltage domain.
483 * @domain: Which pll of correspond voltage domain to change rate.
505 * * 0 - done for set rate of voltage domain.
507 int32_t anpu_pll_set_rate(enum dvfs_voltage_domain domain,
513 pll_idx = vd2pllidx(domain);
525 if (domain == V_VPU0 || domain == V_VPU1) {
530 if (domain == V_MDLA0 || domain == V_MDLA1) {
570 if (domain == V_VPU0 || domain == V_VPU1) {
575 if (domain == V_MDLA0 || domain == V_MDLA1) {