Home
last modified time | relevance | path

Searched refs:MAX_NO_VREG_STEPS (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/radeon/
Drv770_smc.h153 #define MAX_NO_VREG_STEPS 32 macro
161 uint8_t highSMIO[MAX_NO_VREG_STEPS];
162 uint32_t lowSMIO[MAX_NO_VREG_STEPS];
Drv770_dpm.h72 #define MAX_NO_VREG_STEPS 32 macro
105 struct vddc_table_entry vddc_table[MAX_NO_VREG_STEPS];
Dcypress_dpm.c1472 if (voltage_table->count <= MAX_NO_VREG_STEPS) in cypress_trim_voltage_table_to_fit_state_table()
1475 diff = voltage_table->count - MAX_NO_VREG_STEPS; in cypress_trim_voltage_table_to_fit_state_table()
1477 for (i= 0; i < MAX_NO_VREG_STEPS; i++) in cypress_trim_voltage_table_to_fit_state_table()
1480 voltage_table->count = MAX_NO_VREG_STEPS; in cypress_trim_voltage_table_to_fit_state_table()
1493 if (eg_pi->vddc_voltage_table.count > MAX_NO_VREG_STEPS) in cypress_construct_voltage_tables()
1503 if (eg_pi->vddci_voltage_table.count > MAX_NO_VREG_STEPS) in cypress_construct_voltage_tables()
Drv770_dpm.c1246 if (steps > MAX_NO_VREG_STEPS) in rv770_construct_vddc_table()