Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/gma500/
A Dmid_bios.c26 uint32_t fuse_value = 0; in mid_get_fuse_settings() local
44 pci_read_config_dword(pci_root, 0xD4, &fuse_value); in mid_get_fuse_settings()
48 dev_priv->iLVDS_enable = fuse_value & FB_MIPI_DISABLE; in mid_get_fuse_settings()
62 dev_priv->video_device_fuse = fuse_value; in mid_get_fuse_settings()
65 pci_read_config_dword(pci_root, 0xD4, &fuse_value); in mid_get_fuse_settings()
67 dev_dbg(dev->dev, "SKU values is 0x%x.\n", fuse_value); in mid_get_fuse_settings()
68 fuse_value_tmp = (fuse_value & FB_SKU_MASK) >> FB_SKU_SHIFT; in mid_get_fuse_settings()
70 dev_priv->fuse_reg_value = fuse_value; in mid_get_fuse_settings()
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
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 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()

Completed in 7 milliseconds