Home
last modified time | relevance | path

Searched refs:offset_of_voltageoffset (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c1360 uint32_t offset_of_voltageoffset; in smu_v13_0_7_od_edit_dpm_table() local
1529 offset_of_voltageoffset = offsetof(OverDriveTable_t, VoltageOffsetPerZoneBoundary); in smu_v13_0_7_od_edit_dpm_table()
1530 if (memcmp((u8 *)od_table + offset_of_voltageoffset, in smu_v13_0_7_od_edit_dpm_table()
1531 table_context->user_overdrive_table + offset_of_voltageoffset, in smu_v13_0_7_od_edit_dpm_table()
1532 sizeof(OverDriveTableExternal_t) - offset_of_voltageoffset)) { in smu_v13_0_7_od_edit_dpm_table()
1542 memcpy(table_context->user_overdrive_table + offset_of_voltageoffset, in smu_v13_0_7_od_edit_dpm_table()
1543 (u8 *)od_table + offset_of_voltageoffset, in smu_v13_0_7_od_edit_dpm_table()
1544 sizeof(OverDriveTableExternal_t) - offset_of_voltageoffset); in smu_v13_0_7_od_edit_dpm_table()
H A Dsmu_v13_0_0_ppt.c1379 uint32_t offset_of_voltageoffset; in smu_v13_0_0_od_edit_dpm_table() local
1548 offset_of_voltageoffset = offsetof(OverDriveTable_t, VoltageOffsetPerZoneBoundary); in smu_v13_0_0_od_edit_dpm_table()
1549 if (memcmp((u8 *)od_table + offset_of_voltageoffset, in smu_v13_0_0_od_edit_dpm_table()
1550 table_context->user_overdrive_table + offset_of_voltageoffset, in smu_v13_0_0_od_edit_dpm_table()
1551 sizeof(OverDriveTableExternal_t) - offset_of_voltageoffset)) { in smu_v13_0_0_od_edit_dpm_table()
1561 memcpy(table_context->user_overdrive_table + offset_of_voltageoffset, in smu_v13_0_0_od_edit_dpm_table()
1562 (u8 *)od_table + offset_of_voltageoffset, in smu_v13_0_0_od_edit_dpm_table()
1563 sizeof(OverDriveTableExternal_t) - offset_of_voltageoffset); in smu_v13_0_0_od_edit_dpm_table()