Searched refs:SystemFlags (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/sys/dev/pci/drm/radeon/
H A Dsmu7_fusion.h219 uint32_t SystemFlags; member in struct:SMU7_Fusion_DpmTable
H A Dsmu7_discrete.h294 uint32_t SystemFlags; member in struct:SMU7_Discrete_DpmTable
H A Dci_dpm.c3534 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC;
3537 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC;
3540 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5;
3637 table->SystemFlags = cpu_to_be32(table->SystemFlags);
3654 offsetof(SMU7_Discrete_DpmTable, SystemFlags),
3655 (u8 *)&table->SystemFlags,
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/inc/
H A Dsmu7_fusion.h210 uint32_t SystemFlags; member in struct:SMU7_Fusion_DpmTable
H A Dsmu71_discrete.h246 uint32_t SystemFlags; member in struct:SMU71_Discrete_DpmTable
H A Dsmu7_discrete.h294 uint32_t SystemFlags; member in struct:SMU7_Discrete_DpmTable
H A Dsmu72_discrete.h222 uint32_t SystemFlags; member in struct:SMU72_Discrete_DpmTable
H A Dsmu74_discrete.h242 uint32_t SystemFlags; member in struct:SMU74_Discrete_DpmTable
H A Dsmu75_discrete.h246 uint32_t SystemFlags; member in struct:SMU75_Discrete_DpmTable
H A Dsmu73_discrete.h206 uint32_t SystemFlags; member in struct:SMU73_Discrete_DpmTable
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/smumgr/
H A Dfiji_smumgr.c1934 table->SystemFlags = 0;
1938 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC;
1942 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC;
1945 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5;
2093 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags);
2106 offsetof(SMU73_Discrete_DpmTable, SystemFlags),
2107 (uint8_t *)&(table->SystemFlags),
H A Dvegam_smumgr.c1940 table->SystemFlags = 0;
1943 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC;
1947 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC;
1950 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5;
2121 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags);
2135 offsetof(SMU75_Discrete_DpmTable, SystemFlags),
2136 (uint8_t *)&(table->SystemFlags),
H A Diceland_smumgr.c1946 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC;
1951 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC;
1954 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5;
2041 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags);
2058 offsetof(SMU71_Discrete_DpmTable, SystemFlags),
2059 (uint8_t *)&(table->SystemFlags),
H A Dtonga_smumgr.c2243 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC;
2248 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC;
2251 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5;
2256 table->SystemFlags |= 0x40;
2424 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags);
2437 smu_data->smu7_data.dpm_table_start + offsetof(SMU72_Discrete_DpmTable, SystemFlags),
2438 (uint8_t *)&(table->SystemFlags),
H A Dpolaris10_smumgr.c1932 table->SystemFlags = 0;
1935 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC;
1939 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC;
1942 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5;
2106 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags);
2120 offsetof(SMU74_Discrete_DpmTable, SystemFlags),
2121 (uint8_t *)&(table->SystemFlags),
H A Dci_smumgr.c1959 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC;
1964 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC;
1967 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5;
2085 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags);
2104 offsetof(SMU7_Discrete_DpmTable, SystemFlags),
2105 (uint8_t *)&(table->SystemFlags),

Completed in 208 milliseconds