Lines Matching full:scl
379 static void get_scl_sda_value(uint8_t line, uint8_t *scl, uint8_t* sda) in get_scl_sda_value() argument
383 *scl = Vega10_I2C_DDC1CLK; in get_scl_sda_value()
387 *scl = Vega10_I2C_DDC2CLK; in get_scl_sda_value()
391 *scl = Vega10_I2C_DDC3CLK; in get_scl_sda_value()
395 *scl = Vega10_I2C_DDC4CLK; in get_scl_sda_value()
399 *scl = Vega10_I2C_DDC5CLK; in get_scl_sda_value()
403 *scl = Vega10_I2C_DDC6CLK; in get_scl_sda_value()
407 *scl = Vega10_I2C_SCL; in get_scl_sda_value()
411 *scl = Vega10_I2C_DDCVGACLK; in get_scl_sda_value()
415 *scl = 0; in get_scl_sda_value()
428 uint8_t scl; in get_tdp_table() local
501 get_scl_sda_value(power_tune_table_v2->ucLiquid_I2C_Line, &scl, &sda); in get_tdp_table()
503 tdp_table->ucLiquid_I2C_Line = scl; in get_tdp_table()
508 get_scl_sda_value(power_tune_table_v2->ucVr_I2C_Line, &scl, &sda); in get_tdp_table()
510 tdp_table->ucVr_I2C_Line = scl; in get_tdp_table()
514 get_scl_sda_value(power_tune_table_v2->ucPlx_I2C_Line, &scl, &sda); in get_tdp_table()
516 tdp_table->ucPlx_I2C_Line = scl; in get_tdp_table()
541 get_scl_sda_value(power_tune_table_v3->ucLiquid_I2C_Line, &scl, &sda); in get_tdp_table()
543 tdp_table->ucLiquid_I2C_Line = scl; in get_tdp_table()
548 get_scl_sda_value(power_tune_table_v3->ucVr_I2C_Line, &scl, &sda); in get_tdp_table()
550 tdp_table->ucVr_I2C_Line = scl; in get_tdp_table()
555 get_scl_sda_value(power_tune_table_v3->ucPlx_I2C_Line, &scl, &sda); in get_tdp_table()
557 tdp_table->ucPlx_I2C_Line = scl; in get_tdp_table()