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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
pp_endian.h 33 #define PP_SMC_TO_HOST_US(X) be16_to_cpu(X)
pp_endian.h 33 #define PP_SMC_TO_HOST_US(X) be16_to_cpu(X)
  /src/sys/external/bsd/common/include/asm/
byteorder.h 55 #define be16_to_cpu be16toh macro
byteorder.h 55 #define be16_to_cpu be16toh macro
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_warp.c 96 size += WARP_UCODE_SIZE(be16_to_cpu(rec->len));
124 src_size = be16_to_cpu(rec->len);
mga_warp.c 96 size += WARP_UCODE_SIZE(be16_to_cpu(rec->len));
124 src_size = be16_to_cpu(rec->len);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_si_dpm.c 4621 *std_voltage = be16_to_cpu(voltage->value);
4629 if (be16_to_cpu(voltage->value) ==
4644 if (be16_to_cpu(voltage->value) <=
amdgpu_si_dpm.c 4621 *std_voltage = be16_to_cpu(voltage->value);
4629 if (be16_to_cpu(voltage->value) ==
4644 if (be16_to_cpu(voltage->value) <=
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_si_dpm.c 4157 *std_voltage = be16_to_cpu(voltage->value);
4165 if (be16_to_cpu(voltage->value) ==
4180 if (be16_to_cpu(voltage->value) <=
radeon_si_dpm.c 4157 *std_voltage = be16_to_cpu(voltage->value);
4165 if (be16_to_cpu(voltage->value) ==
4180 if (be16_to_cpu(voltage->value) <=
radeon_ni_dpm.c 1356 *std_voltage = be16_to_cpu(voltage->value);
radeon_ni_dpm.c 1356 *std_voltage = be16_to_cpu(voltage->value);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp.c 4930 intel_dp->compliance.test_data.hdisplay = be16_to_cpu(h_width);
4931 intel_dp->compliance.test_data.vdisplay = be16_to_cpu(v_height);
intel_dp.c 4930 intel_dp->compliance.test_data.hdisplay = be16_to_cpu(h_width);
4931 intel_dp->compliance.test_data.vdisplay = be16_to_cpu(v_height);

Completed in 123 milliseconds