/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
sislands_smc.h | 260 int16_t fdo_min; member in struct:PP_SIslands_FanTable
|
amdgpu_si_dpm.c | 6476 u16 fdo_min, slope1, slope2; local in function:si_thermal_setup_fan_table 6495 fdo_min = (u16)tmp64; 6511 fan_table.fdo_min = cpu_to_be16(fdo_min);
|
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/ |
amdgpu_ci_smumgr.c | 2134 uint16_t fdo_min, slope1, slope2; local in function:ci_thermal_setup_fan_table 2162 fdo_min = (uint16_t)tmp64; 2180 fan_table.FdoMin = cpu_to_be16(fdo_min);
|
amdgpu_fiji_smumgr.c | 2142 uint16_t fdo_min, slope1, slope2; local in function:fiji_thermal_setup_fan_table 2171 fdo_min = (uint16_t)tmp64; 2196 fan_table.FdoMin = cpu_to_be16(fdo_min);
|
amdgpu_iceland_smumgr.c | 2096 uint16_t fdo_min, slope1, slope2; local in function:iceland_thermal_setup_fan_table 2124 fdo_min = (uint16_t)tmp64; 2142 fan_table.FdoMin = cpu_to_be16(fdo_min);
|
amdgpu_polaris10_smumgr.c | 2076 uint16_t fdo_min, slope1, slope2; local in function:polaris10_thermal_setup_fan_table 2109 fdo_min = (uint16_t)tmp64; 2134 fan_table.FdoMin = cpu_to_be16(fdo_min);
|
amdgpu_tonga_smumgr.c | 2472 uint16_t fdo_min, slope1, slope2; local in function:tonga_thermal_setup_fan_table 2505 fdo_min = (uint16_t)tmp64; 2527 fan_table.FdoMin = cpu_to_be16(fdo_min);
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
sislands_smc.h | 260 int16_t fdo_min; member in struct:PP_SIslands_FanTable
|
radeon_ci_dpm.c | 967 u16 fdo_min, slope1, slope2; local in function:ci_thermal_setup_fan_table 986 fdo_min = (u16)tmp64; 1004 fan_table.FdoMin = cpu_to_be16(fdo_min);
|
radeon_si_dpm.c | 6039 u16 fdo_min, slope1, slope2; local in function:si_thermal_setup_fan_table 6058 fdo_min = (u16)tmp64; 6076 fan_table.fdo_min = cpu_to_be16(fdo_min);
|