Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atombios.h119 #define MAX_VOLTAGE_ENTRIES 32 macro
132 struct atom_voltage_table_entry entries[MAX_VOLTAGE_ENTRIES];
Damdgpu_atombios.c1523 if (gpio->ucGpioEntryNum > MAX_VOLTAGE_ENTRIES) in amdgpu_atombios_get_voltage_table()
/drivers/gpu/drm/radeon/
Dradeon_mode.h670 #define MAX_VOLTAGE_ENTRIES 32 macro
683 struct atom_voltage_table_entry entries[MAX_VOLTAGE_ENTRIES];
Dradeon_atombios.c3752 if (formula->ucNumOfVoltageEntries > MAX_VOLTAGE_ENTRIES) in radeon_atom_get_voltage_table()
3787 if (gpio->ucGpioEntryNum > MAX_VOLTAGE_ENTRIES) in radeon_atom_get_voltage_table()