Searched refs:driver_table (Results 1 – 10 of 10) sorted by relevance
232 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v12_0_set_driver_table_location() local235 if (driver_table->mc_address) { in smu_v12_0_set_driver_table_location()238 upper_32_bits(driver_table->mc_address), in smu_v12_0_set_driver_table_location()243 lower_32_bits(driver_table->mc_address), in smu_v12_0_set_driver_table_location()
643 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v14_0_set_driver_table_location() local646 if (driver_table->mc_address) { in smu_v14_0_set_driver_table_location()649 upper_32_bits(driver_table->mc_address), in smu_v14_0_set_driver_table_location()654 lower_32_bits(driver_table->mc_address), in smu_v14_0_set_driver_table_location()
1903 struct smu_table *table = &smu_table->driver_table; in smu_v14_0_2_i2c_xfer()
612 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v11_0_set_driver_table_location() local615 if (driver_table->mc_address) { in smu_v11_0_set_driver_table_location()618 upper_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location()623 lower_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location()
613 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v15_0_set_driver_table_location() local620 args.args[0] = lower_32_bits(driver_table->mc_address); in smu_v15_0_set_driver_table_location()621 args.args[1] = upper_32_bits(driver_table->mc_address); in smu_v15_0_set_driver_table_location()
767 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_get_metrics_table()852 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_get_static_metrics_table()2401 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_request_i2c_xfer()2429 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_i2c_xfer()
1417 struct smu_table *table = &smu_table->driver_table; in aldebaran_i2c_xfer()
2672 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_0_i2c_xfer()
1077 struct smu_table *table = &smu_table->driver_table; in smu_cmn_update_table_read_arg()
409 struct smu_table driver_table; member