Home
last modified time | relevance | path

Searched refs:pkg_type (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dsmuio_v13_0_3.c75 enum amdgpu_pkg_type pkg_type; in smuio_v13_0_3_get_pkg_type() local
80 /* pkg_type[4:0] in smuio_v13_0_3_get_pkg_type()
88 pkg_type = AMDGPU_PKG_TYPE_APU; in smuio_v13_0_3_get_pkg_type()
91 pkg_type = AMDGPU_PKG_TYPE_UNKNOWN; in smuio_v13_0_3_get_pkg_type()
95 return pkg_type; in smuio_v13_0_3_get_pkg_type()
H A Dgmc_v9_0.c1594 enum amdgpu_pkg_type pkg_type = in gmc_v9_0_early_init() local
1603 adev->gmc.is_app_apu = (pkg_type == AMDGPU_PKG_TYPE_APU && in gmc_v9_0_early_init()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dk10temp.c318 u32 pkg_type, reg_dram_cfg; in has_erratum_319() local
327 pkg_type = cpuid_ebx(0x80000001) & CPUID_PKGTYPE_MASK; in has_erratum_319()
328 if (pkg_type == CPUID_PKGTYPE_F) in has_erratum_319()
330 if (pkg_type != CPUID_PKGTYPE_AM2R2_AM3) in has_erratum_319()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dk10temp.c313 u32 pkg_type, reg_dram_cfg; in has_erratum_319() local
322 pkg_type = cpuid_ebx(0x80000001) & CPUID_PKGTYPE_MASK; in has_erratum_319()
323 if (pkg_type == CPUID_PKGTYPE_F) in has_erratum_319()
325 if (pkg_type != CPUID_PKGTYPE_AM2R2_AM3) in has_erratum_319()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dmain.h1898 u8 pkg_type; member
H A Drtw8821c.c74 hal->pkg_type = map->rfe_option & BIT(5) ? 1 : 0; in rtw8821c_read_efuse()
H A Dmain.c2027 rtw_phy_setup_phy_cond(rtwdev, hal->pkg_type); in rtw_chip_board_info_setup()

Completed in 15 milliseconds