Searched refs:fuse_value (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/gma500/ | 
| D | mid_bios.c | 25 	uint32_t fuse_value = 0;  in mid_get_fuse_settings()  local43 	pci_read_config_dword(pci_root, 0xD4, &fuse_value);  in mid_get_fuse_settings()
 47 		dev_priv->iLVDS_enable = fuse_value & FB_MIPI_DISABLE;  in mid_get_fuse_settings()
 61 	dev_priv->video_device_fuse = fuse_value;  in mid_get_fuse_settings()
 64 	pci_read_config_dword(pci_root, 0xD4, &fuse_value);  in mid_get_fuse_settings()
 66 	dev_dbg(dev->dev, "SKU values is 0x%x.\n", fuse_value);  in mid_get_fuse_settings()
 67 	fuse_value_tmp = (fuse_value & FB_SKU_MASK) >> FB_SKU_SHIFT;  in mid_get_fuse_settings()
 69 	dev_priv->fuse_reg_value = fuse_value;  in mid_get_fuse_settings()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/ | 
| D | ppevvmath.h | 79 static fInt fDecodeLinearFuse(uint32_t fuse_value, fInt f_min, fInt f_range, uint32_t bitlength);80 static fInt fDecodeLogisticFuse(uint32_t fuse_value, fInt f_average, fInt f_range, uint32_t bitleng…
 172 static fInt fDecodeLinearFuse(uint32_t fuse_value, fInt f_min, fInt f_range, uint32_t bitlength)  in fDecodeLinearFuse()  argument
 174 	fInt f_fuse_value = Convert_ULONG_ToFraction(fuse_value);  in fDecodeLinearFuse()
 187 static fInt fDecodeLogisticFuse(uint32_t fuse_value, fInt f_average, fInt f_range, uint32_t bitleng…  in fDecodeLogisticFuse()  argument
 189 	fInt f_fuse_value = Convert_ULONG_ToFraction(fuse_value);  in fDecodeLogisticFuse()
 
 |