Searched refs:thermal_controller (Results 1 – 1 of 1) sorted by relevance
2658 u8 thermal_controller = 0, gpio = 0, i2c_addr = 0, clk_bit = 0, data_bit = 0; in radeon_combios_get_power_modes() local2663 thermal_controller = RBIOS8(offset + 3); in radeon_combios_get_power_modes()2667 thermal_controller = RBIOS8(offset + 4); in radeon_combios_get_power_modes()2671 thermal_controller = RBIOS8(offset + 4); in radeon_combios_get_power_modes()2677 if ((thermal_controller > 0) && (thermal_controller < 3)) { in radeon_combios_get_power_modes()2679 thermal_controller_names[thermal_controller], in radeon_combios_get_power_modes()2694 const char *name = thermal_controller_names[thermal_controller]; in radeon_combios_get_power_modes()