Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_pptable.h384 UCHAR ucPlx_I2C_Line; member
410 UCHAR ucPlx_I2C_Line; member
H A Dpptable_v1_0.h418 UCHAR ucPlx_I2C_Line; member
449 UCHAR ucPlx_I2C_Line; member
H A Dvega10_processpptables.c468 tdp_table->ucPlx_I2C_Line = power_tune_table->ucPlx_I2C_LineSCL; in get_tdp_table()
510 get_scl_sda_value(power_tune_table_v2->ucPlx_I2C_Line, &scl, &sda); in get_tdp_table()
512 tdp_table->ucPlx_I2C_Line = scl; in get_tdp_table()
551 get_scl_sda_value(power_tune_table_v3->ucPlx_I2C_Line, &scl, &sda); in get_tdp_table()
553 tdp_table->ucPlx_I2C_Line = scl; in get_tdp_table()
H A 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()
H A Dvega10_powertune.c1271 table->Plx_I2C_LineSCL = tdp_table->ucPlx_I2C_Line; in vega10_initialize_power_tune_defaults()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h441 uint8_t ucPlx_I2C_Line; member
480 uint8_t ucPlx_I2C_Line; member
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A 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()