Lines Matching refs:boot_state
2587 struct ci_ps *boot_state = ci_get_ps(radeon_boot_state); in ci_populate_smc_initial_state() local
2593 boot_state->performance_levels[0].sclk) { in ci_populate_smc_initial_state()
2601 boot_state->performance_levels[0].mclk) { in ci_populate_smc_initial_state()
5632 struct ci_vbios_boot_state *boot_state) in ci_get_vbios_boot_values() argument
5645 boot_state->mvdd_bootup_value = le16_to_cpu(firmware_info->usBootUpMVDDCVoltage); in ci_get_vbios_boot_values()
5646 boot_state->vddc_bootup_value = le16_to_cpu(firmware_info->usBootUpVDDCVoltage); in ci_get_vbios_boot_values()
5647 boot_state->vddci_bootup_value = le16_to_cpu(firmware_info->usBootUpVDDCIVoltage); in ci_get_vbios_boot_values()
5648 boot_state->pcie_gen_bootup_value = ci_get_current_pcie_speed(rdev); in ci_get_vbios_boot_values()
5649 boot_state->pcie_lane_bootup_value = ci_get_current_pcie_lane_number(rdev); in ci_get_vbios_boot_values()
5650 boot_state->sclk_bootup_value = le32_to_cpu(firmware_info->ulDefaultEngineClock); in ci_get_vbios_boot_values()
5651 boot_state->mclk_bootup_value = le32_to_cpu(firmware_info->ulDefaultMemoryClock); in ci_get_vbios_boot_values()