Home
last modified time | relevance | path

Searched refs:pkg_type (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Dsmuio_v13_0_3.c75 enum amdgpu_pkg_type pkg_type; in smuio_v13_0_3_get_pkg_type() local
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()
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()
/linux-6.6.21/drivers/hwmon/
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()
/linux-6.6.21/drivers/net/wireless/realtek/rtw88/
Dmain.h1898 u8 pkg_type; member
Drtw8821c.c74 hal->pkg_type = map->rfe_option & BIT(5) ? 1 : 0; in rtw8821c_read_efuse()
Dmain.c2027 rtw_phy_setup_phy_cond(rtwdev, hal->pkg_type); in rtw_chip_board_info_setup()