Searched refs:ci_data (Results 1 – 1 of 1) sorted by relevance
2126 struct ci_smumgr *ci_data = (struct ci_smumgr *)(hwmgr->smu_backend); in ci_thermal_setup_fan_table() local2144 if (0 == ci_data->fan_table_start) { in ci_thermal_setup_fan_table()2194 …res = ci_copy_bytes_to_smc(hwmgr, ci_data->fan_table_start, (uint8_t *)&fan_table, (uint32_t)sizeo… in ci_thermal_setup_fan_table()2369 struct ci_smumgr *ci_data = (struct ci_smumgr *)(hwmgr->smu_backend); in ci_process_firmware_header() local2384 ci_data->dpm_table_start = tmp; in ci_process_firmware_header()2395 ci_data->soft_regs_start = tmp; in ci_process_firmware_header()2406 ci_data->mc_reg_table_start = tmp; in ci_process_firmware_header()2414 ci_data->fan_table_start = tmp; in ci_process_firmware_header()2424 ci_data->arb_table_start = tmp; in ci_process_firmware_header()