Searched refs:sclk_index (Results 1 – 1 of 1) sorted by relevance
515 u32 sclk_index = REG_GET_FIELD(RREG32_SMC(ixTARGET_AND_CURRENT_PROFILE_INDEX), in cz_dpm_debugfs_print_current_performance_level() local524 if (sclk_index >= NUM_SCLK_LEVELS) { in cz_dpm_debugfs_print_current_performance_level()525 seq_printf(m, "invalid sclk dpm profile %d\n", sclk_index); in cz_dpm_debugfs_print_current_performance_level()527 sclk = table->entries[sclk_index].clk; in cz_dpm_debugfs_print_current_performance_level()528 seq_printf(m, "%u sclk: %u\n", sclk_index, sclk); in cz_dpm_debugfs_print_current_performance_level()