Searched refs:fuse_value (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
H A D | ppevvmath.h | 81 static fInt fDecodeLinearFuse(uint32_t fuse_value, fInt f_min, fInt f_range, uint32_t bitlength); 82 static fInt fDecodeLogisticFuse(uint32_t fuse_value, fInt f_average, fInt f_range, uint32_t bitleng… 174 static fInt fDecodeLinearFuse(uint32_t fuse_value, fInt f_min, fInt f_range, uint32_t bitlength) in fDecodeLinearFuse() argument 176 fInt f_fuse_value = Convert_ULONG_ToFraction(fuse_value); in fDecodeLinearFuse() 189 static fInt fDecodeLogisticFuse(uint32_t fuse_value, fInt f_average, fInt f_range, uint32_t bitleng… in fDecodeLogisticFuse() argument 191 fInt f_fuse_value = Convert_ULONG_ToFraction(fuse_value); in fDecodeLogisticFuse()
|