Lines Matching refs:boot_state
2552 struct ci_ps *boot_state = ci_get_ps(radeon_boot_state); in ci_populate_smc_initial_state() local
2558 boot_state->performance_levels[0].sclk) { in ci_populate_smc_initial_state()
2566 boot_state->performance_levels[0].mclk) { in ci_populate_smc_initial_state()
5598 struct ci_vbios_boot_state *boot_state) in ci_get_vbios_boot_values() argument
5611 boot_state->mvdd_bootup_value = le16_to_cpu(firmware_info->usBootUpMVDDCVoltage); in ci_get_vbios_boot_values()
5612 boot_state->vddc_bootup_value = le16_to_cpu(firmware_info->usBootUpVDDCVoltage); in ci_get_vbios_boot_values()
5613 boot_state->vddci_bootup_value = le16_to_cpu(firmware_info->usBootUpVDDCIVoltage); in ci_get_vbios_boot_values()
5614 boot_state->pcie_gen_bootup_value = ci_get_current_pcie_speed(rdev); in ci_get_vbios_boot_values()
5615 boot_state->pcie_lane_bootup_value = ci_get_current_pcie_lane_number(rdev); in ci_get_vbios_boot_values()
5616 boot_state->sclk_bootup_value = le32_to_cpu(firmware_info->ulDefaultEngineClock); in ci_get_vbios_boot_values()
5617 boot_state->mclk_bootup_value = le32_to_cpu(firmware_info->ulDefaultMemoryClock); in ci_get_vbios_boot_values()