Searched refs:ucNumOfVoltageEntries (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c3404 vo->asFormula.ucNumOfVoltageEntries;
3421 (vo->asFormula.ucNumOfVoltageEntries * sizeof(VOLTAGE_LUT_ENTRY));
3570 formula->ucNumOfVoltageEntries / 2 *
3575 (formula->ucNumOfVoltageEntries - 1) *
3586 if (formula->ucNumOfVoltageEntries) {
3589 (sizeof(VOLTAGE_LUT_ENTRY) * (formula->ucNumOfVoltageEntries - 1)));
3637 if (formula->ucNumOfVoltageEntries) {
3752 if (formula->ucNumOfVoltageEntries > MAX_VOLTAGE_ENTRIES)
3755 for (i = 0; i < formula->ucNumOfVoltageEntries; i++) {
3768 voltage_table->count = formula->ucNumOfVoltageEntries;
[all...]
H A Datombios.h4457 UCHAR ucNumOfVoltageEntries; member in struct:_ATOM_VOLTAGE_INFO_HEADER
4470 UCHAR ucVoltageEntries[64]; //64 is for allocation, the actual number of entry is present at ucNumOfVoltageEntries*ucBytesPerVoltageEntry
4478 UCHAR ucNumOfVoltageEntries; // Number of Voltage Entry, which indicate max Voltage member in struct:_ATOM_VOLTAGE_FORMULA
4482 UCHAR ucVIDAdjustEntries[32]; // 32 is for allocation, the actual number of entry is present at ucNumOfVoltageEntries
4493 UCHAR ucNumOfVoltageEntries; // Number of Voltage Entry, which indicate max Voltage member in struct:_ATOM_VOLTAGE_FORMULA_V2
4495 VOLTAGE_LUT_ENTRY asVIDAdjustEntries[32];// 32 is for allocation, the actual number of entries is in ucNumOfVoltageEntries
/linux-master/drivers/gpu/drm/amd/include/
H A Datombios.h4996 UCHAR ucNumOfVoltageEntries; member in struct:_ATOM_VOLTAGE_INFO_HEADER
5009 UCHAR ucVoltageEntries[64]; //64 is for allocation, the actual number of entry is present at ucNumOfVoltageEntries*ucBytesPerVoltageEntry
5017 UCHAR ucNumOfVoltageEntries; // Number of Voltage Entry, which indicate max Voltage member in struct:_ATOM_VOLTAGE_FORMULA
5021 UCHAR ucVIDAdjustEntries[32]; // 32 is for allocation, the actual number of entry is present at ucNumOfVoltageEntries
5032 UCHAR ucNumOfVoltageEntries; // Number of Voltage Entry, which indicate max Voltage member in struct:_ATOM_VOLTAGE_FORMULA_V2
5034 VOLTAGE_LUT_ENTRY asVIDAdjustEntries[32];// 32 is for allocation, the actual number of entries is in ucNumOfVoltageEntries

Completed in 263 milliseconds