Home
last modified time | relevance | path

Searched refs:SystemFlags (Results 1 – 18 of 18) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/tools/acpisrc/
H A Dasfile.c983 UINT32 SystemFlags) in AsPutFile() argument
993 if (!(SystemFlags & FLG_NO_CARRIAGE_RETURNS)) in AsPutFile()
H A Dacpisrc.h462 UINT32 SystemFlags);
/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Dvegam_smumgr.c1948 table->SystemFlags = 0; in vegam_init_smc_table()
1951 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC; in vegam_init_smc_table()
1955 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC; in vegam_init_smc_table()
1958 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5; in vegam_init_smc_table()
2129 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags); in vegam_init_smc_table()
2143 offsetof(SMU75_Discrete_DpmTable, SystemFlags), in vegam_init_smc_table()
2144 (uint8_t *)&(table->SystemFlags), in vegam_init_smc_table()
H A Dfiji_smumgr.c1948 table->SystemFlags = 0; in fiji_init_smc_table()
1952 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC; in fiji_init_smc_table()
1956 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC; in fiji_init_smc_table()
1959 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5; in fiji_init_smc_table()
2107 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags); in fiji_init_smc_table()
2120 offsetof(SMU73_Discrete_DpmTable, SystemFlags), in fiji_init_smc_table()
2121 (uint8_t *)&(table->SystemFlags), in fiji_init_smc_table()
H A Dpolaris10_smumgr.c1782 table->SystemFlags = 0; in polaris10_init_smc_table()
1785 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC; in polaris10_init_smc_table()
1789 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC; in polaris10_init_smc_table()
1792 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5; in polaris10_init_smc_table()
1945 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags); in polaris10_init_smc_table()
1959 offsetof(SMU74_Discrete_DpmTable, SystemFlags), in polaris10_init_smc_table()
1960 (uint8_t *)&(table->SystemFlags), in polaris10_init_smc_table()
H A Diceland_smumgr.c1945 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC; in iceland_init_smc_table()
1950 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC; in iceland_init_smc_table()
1953 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5; in iceland_init_smc_table()
2040 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags); in iceland_init_smc_table()
2057 offsetof(SMU71_Discrete_DpmTable, SystemFlags), in iceland_init_smc_table()
2058 (uint8_t *)&(table->SystemFlags), in iceland_init_smc_table()
H A Dtonga_smumgr.c2233 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC; in tonga_init_smc_table()
2238 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC; in tonga_init_smc_table()
2241 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5; in tonga_init_smc_table()
2246 table->SystemFlags |= 0x40; in tonga_init_smc_table()
2414 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags); in tonga_init_smc_table()
2427 smu_data->smu7_data.dpm_table_start + offsetof(SMU72_Discrete_DpmTable, SystemFlags), in tonga_init_smc_table()
2428 (uint8_t *)&(table->SystemFlags), in tonga_init_smc_table()
H A Dci_smumgr.c1956 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC; in ci_init_smc_table()
1961 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC; in ci_init_smc_table()
1964 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5; in ci_init_smc_table()
2082 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags); in ci_init_smc_table()
2101 offsetof(SMU7_Discrete_DpmTable, SystemFlags), in ci_init_smc_table()
2102 (uint8_t *)&(table->SystemFlags), in ci_init_smc_table()
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dsmu7_fusion.h219 uint32_t SystemFlags; member
H A Dsmu7_discrete.h294 uint32_t SystemFlags; member
H A Dsmu71_discrete.h246 uint32_t SystemFlags; member
H A Dsmu72_discrete.h222 uint32_t SystemFlags; member
H A Dsmu73_discrete.h216 uint32_t SystemFlags; member
H A Dsmu74_discrete.h242 uint32_t SystemFlags; member
H A Dsmu75_discrete.h246 uint32_t SystemFlags; member
/dragonfly/sys/dev/drm/radeon/
H A Dsmu7_fusion.h219 uint32_t SystemFlags; member
H A Dsmu7_discrete.h294 uint32_t SystemFlags; member
H A Dci_dpm.c3607 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC; in ci_init_smc_table()
3610 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC; in ci_init_smc_table()
3613 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5; in ci_init_smc_table()
3710 table->SystemFlags = cpu_to_be32(table->SystemFlags); in ci_init_smc_table()
3727 offsetof(SMU7_Discrete_DpmTable, SystemFlags), in ci_init_smc_table()
3728 (u8 *)&table->SystemFlags, in ci_init_smc_table()