Home
last modified time | relevance | path

Searched refs:be16_to_cpu (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dpp_endian.h31 #define PP_SMC_TO_HOST_US(X) be16_to_cpu(X)
/dragonfly/sys/dev/drm/include/linux/
H A Dkernel.h148 #define be16_to_cpu(x) be16toh(x) macro
/dragonfly/sys/dev/drm/radeon/
H A Dsi_dpm.c4152 *std_voltage = be16_to_cpu(voltage->value); in si_get_std_voltage_value()
4160 if (be16_to_cpu(voltage->value) == in si_get_std_voltage_value()
4175 if (be16_to_cpu(voltage->value) <= in si_get_std_voltage_value()
H A Dni_dpm.c1350 *std_voltage = be16_to_cpu(voltage->value); in ni_get_std_voltage_value()
/dragonfly/sys/dev/drm/i915/
H A Dintel_dp.c4098 intel_dp->compliance.test_data.hdisplay = be16_to_cpu(h_width); in intel_dp_autotest_video_pattern()
4099 intel_dp->compliance.test_data.vdisplay = be16_to_cpu(v_height); in intel_dp_autotest_video_pattern()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsi_dpm.c4615 *std_voltage = be16_to_cpu(voltage->value); in si_get_std_voltage_value()
4623 if (be16_to_cpu(voltage->value) == in si_get_std_voltage_value()
4638 if (be16_to_cpu(voltage->value) <= in si_get_std_voltage_value()