Searched refs:offset_of_voltageoffset (Results 1 – 1 of 1) sorted by relevance
2500 uint32_t offset_of_voltageoffset; in smu_v14_0_2_od_edit_dpm_table() local2783 offset_of_voltageoffset = offsetof(OverDriveTable_t, VoltageOffsetPerZoneBoundary); in smu_v14_0_2_od_edit_dpm_table()2784 if (memcmp((u8 *)od_table + offset_of_voltageoffset, in smu_v14_0_2_od_edit_dpm_table()2785 table_context->user_overdrive_table + offset_of_voltageoffset, in smu_v14_0_2_od_edit_dpm_table()2786 sizeof(OverDriveTableExternal_t) - offset_of_voltageoffset)) { in smu_v14_0_2_od_edit_dpm_table()2796 memcpy(table_context->user_overdrive_table + offset_of_voltageoffset, in smu_v14_0_2_od_edit_dpm_table()2797 (u8 *)od_table + offset_of_voltageoffset, in smu_v14_0_2_od_edit_dpm_table()2798 sizeof(OverDriveTableExternal_t) - offset_of_voltageoffset); in smu_v14_0_2_od_edit_dpm_table()