Lines Matching refs:sda

376 static void get_scl_sda_value(uint8_t line, uint8_t *scl, uint8_t* sda)  in get_scl_sda_value()  argument
381 *sda = Vega10_I2C_DDC1DATA; in get_scl_sda_value()
385 *sda = Vega10_I2C_DDC2DATA; in get_scl_sda_value()
389 *sda = Vega10_I2C_DDC3DATA; in get_scl_sda_value()
393 *sda = Vega10_I2C_DDC4DATA; in get_scl_sda_value()
397 *sda = Vega10_I2C_DDC5DATA; in get_scl_sda_value()
401 *sda = Vega10_I2C_DDC6DATA; in get_scl_sda_value()
405 *sda = Vega10_I2C_SDA; in get_scl_sda_value()
409 *sda = Vega10_I2C_DDCVGADATA; in get_scl_sda_value()
413 *sda = 0; in get_scl_sda_value()
426 uint8_t sda; in get_tdp_table() local
498 get_scl_sda_value(power_tune_table_v2->ucLiquid_I2C_Line, &scl, &sda); in get_tdp_table()
501 tdp_table->ucLiquid_I2C_LineSDA = sda; in get_tdp_table()
505 get_scl_sda_value(power_tune_table_v2->ucVr_I2C_Line, &scl, &sda); in get_tdp_table()
508 tdp_table->ucVr_I2C_LineSDA = sda; in get_tdp_table()
511 get_scl_sda_value(power_tune_table_v2->ucPlx_I2C_Line, &scl, &sda); in get_tdp_table()
514 tdp_table->ucPlx_I2C_LineSDA = sda; in get_tdp_table()
538 get_scl_sda_value(power_tune_table_v3->ucLiquid_I2C_Line, &scl, &sda); in get_tdp_table()
541 tdp_table->ucLiquid_I2C_LineSDA = sda; in get_tdp_table()
545 get_scl_sda_value(power_tune_table_v3->ucVr_I2C_Line, &scl, &sda); in get_tdp_table()
548 tdp_table->ucVr_I2C_LineSDA = sda; in get_tdp_table()
552 get_scl_sda_value(power_tune_table_v3->ucPlx_I2C_Line, &scl, &sda); in get_tdp_table()
555 tdp_table->ucPlx_I2C_LineSDA = sda; in get_tdp_table()