Searched refs:thermal_controller (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dradeon_combios.c2743 u8 thermal_controller = 0, gpio = 0, i2c_addr = 0, clk_bit = 0, data_bit = 0; local
2748 thermal_controller = RBIOS8(offset + 3);
2752 thermal_controller = RBIOS8(offset + 4);
2756 thermal_controller = RBIOS8(offset + 4);
2762 if ((thermal_controller > 0) && (thermal_controller < 3)) {
2764 thermal_controller_names[thermal_controller],
2780 const char *name = thermal_controller_names[thermal_controller];

Completed in 45 milliseconds