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

/linux-master/drivers/gpu/drm/gma500/
H A Dmid_bios.c26 uint32_t fuse_value = 0; local
44 pci_read_config_dword(pci_root, 0xD4, &fuse_value);
48 dev_priv->iLVDS_enable = fuse_value & FB_MIPI_DISABLE;
62 dev_priv->video_device_fuse = fuse_value;
65 pci_read_config_dword(pci_root, 0xD4, &fuse_value);
67 dev_dbg(dev->dev, "SKU values is 0x%x.\n", fuse_value);
68 fuse_value_tmp = (fuse_value & FB_SKU_MASK) >> FB_SKU_SHIFT;
70 dev_priv->fuse_reg_value = fuse_value;
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h79 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 bitlength);
172 static fInt fDecodeLinearFuse(uint32_t fuse_value, fInt f_min, fInt f_range, uint32_t bitlength) argument
174 fInt f_fuse_value = Convert_ULONG_ToFraction(fuse_value);
187 static fInt fDecodeLogisticFuse(uint32_t fuse_value, fInt f_average, fInt f_range, uint32_t bitlength) argument
189 fInt f_fuse_value = Convert_ULONG_ToFraction(fuse_value);

Completed in 129 milliseconds