HomeSort by: relevance | last modified time | path
    Searched defs:Vol (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu10_driver_if.h 108 uint32_t Vol; /* Millivolts with 2 fractional bits */
smu12_driver_if.h 115 uint32_t Vol; // Millivolts with 2 fractional bits
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dm_pp_smu.h 253 uint32_t Vol; // Millivolts with 2 fractional bits
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 1104 const ConstantInt *Vol = cast<ConstantInt>(CI.getOperand(4));
1105 if (!Vol->isZero())
1120 const ConstantInt *Vol = dyn_cast<ConstantInt>(CI.getOperand(4));
1121 if (!Vol || !Vol->isZero())
1134 const ConstantInt *Vol = cast<ConstantInt>(CI.getOperand(1));
1135 if (!Vol->isZero())

Completed in 35 milliseconds