Home
last modified time | relevance | path

Searched refs:ucPlx_I2C_Line (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega10_pptable.h387 UCHAR ucPlx_I2C_Line; member
414 UCHAR ucPlx_I2C_Line; member
Dpptable_v1_0.h418 UCHAR ucPlx_I2C_Line; member
450 UCHAR ucPlx_I2C_Line; member
Dvega10_processpptables.c469 tdp_table->ucPlx_I2C_Line = power_tune_table->ucPlx_I2C_LineSCL; in get_tdp_table()
511 get_scl_sda_value(power_tune_table_v2->ucPlx_I2C_Line, &scl, &sda); in get_tdp_table()
513 tdp_table->ucPlx_I2C_Line = scl; in get_tdp_table()
552 get_scl_sda_value(power_tune_table_v3->ucPlx_I2C_Line, &scl, &sda); in get_tdp_table()
554 tdp_table->ucPlx_I2C_Line = scl; in get_tdp_table()
Dprocess_pptables_v1_0.c659 tdp_table->ucPlx_I2C_Line = fijitable->ucPlx_I2C_Line; in get_cac_tdp_table()
703 tdp_table->ucPlx_I2C_Line = polaristable->ucPlx_I2C_Line; in get_cac_tdp_table()
Dvega10_powertune.c1298 table->Plx_I2C_LineSCL = tdp_table->ucPlx_I2C_Line; in vega10_initialize_power_tune_defaults()
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h442 uint8_t ucPlx_I2C_Line; member
481 uint8_t ucPlx_I2C_Line; member
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dfiji_smumgr.c560 get_scl_sda_value(cac_dtp_table->ucPlx_I2C_Line, &uc_scl, &uc_sda); in fiji_populate_bapm_parameters_in_dpm_table()