HomeSort by: relevance | last modified time | path
    Searched refs:ucNumOfVoltageEntries (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios.c 3399 vo->asFormula.ucNumOfVoltageEntries;
3416 (vo->asFormula.ucNumOfVoltageEntries * sizeof(VOLTAGE_LUT_ENTRY));
3565 formula->ucNumOfVoltageEntries / 2 *
3570 (formula->ucNumOfVoltageEntries - 1) *
3581 if (formula->ucNumOfVoltageEntries) {
3584 (sizeof(VOLTAGE_LUT_ENTRY) * (formula->ucNumOfVoltageEntries - 1)));
3632 if (formula->ucNumOfVoltageEntries) {
3747 if (formula->ucNumOfVoltageEntries > MAX_VOLTAGE_ENTRIES)
3750 for (i = 0; i < formula->ucNumOfVoltageEntries; i++) {
3763 voltage_table->count = formula->ucNumOfVoltageEntries;
    [all...]
atombios.h 4459 UCHAR ucNumOfVoltageEntries;
4472 UCHAR ucVoltageEntries[64]; //64 is for allocation, the actual number of entry is present at ucNumOfVoltageEntries*ucBytesPerVoltageEntry
4480 UCHAR ucNumOfVoltageEntries; // Number of Voltage Entry, which indicate max Voltage
4484 UCHAR ucVIDAdjustEntries[32]; // 32 is for allocation, the actual number of entry is present at ucNumOfVoltageEntries
4495 UCHAR ucNumOfVoltageEntries; // Number of Voltage Entry, which indicate max Voltage
4497 VOLTAGE_LUT_ENTRY asVIDAdjustEntries[32];// 32 is for allocation, the actual number of entries is in ucNumOfVoltageEntries
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
atombios.h 4998 UCHAR ucNumOfVoltageEntries;
5011 UCHAR ucVoltageEntries[64]; //64 is for allocation, the actual number of entry is present at ucNumOfVoltageEntries*ucBytesPerVoltageEntry
5019 UCHAR ucNumOfVoltageEntries; // Number of Voltage Entry, which indicate max Voltage
5023 UCHAR ucVIDAdjustEntries[32]; // 32 is for allocation, the actual number of entry is present at ucNumOfVoltageEntries
5034 UCHAR ucNumOfVoltageEntries; // Number of Voltage Entry, which indicate max Voltage
5036 VOLTAGE_LUT_ENTRY asVIDAdjustEntries[32];// 32 is for allocation, the actual number of entries is in ucNumOfVoltageEntries

Completed in 40 milliseconds