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

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_reg.h 43 * Keep helper macros near the top. For example, _PIPE() and friends.
46 * underscore '_'. For example, _PIPE() and friends, single instances of
231 #define _PIPE(pipe, a, b) _PICK_EVEN(pipe, a, b)
237 #define _MMIO_PIPE(pipe, a, b) _MMIO(_PIPE(pipe, a, b))
1406 #define VLV_PLL_DW3(ch) _PIPE(ch, _VLV_PLL_DW3_CH0, _VLV_PLL_DW3_CH1)
1417 #define VLV_PLL_DW5(ch) _PIPE(ch, _VLV_PLL_DW5_CH0, _VLV_PLL_DW5_CH1)
1421 #define VLV_PLL_DW7(ch) _PIPE(ch, _VLV_PLL_DW7_CH0, _VLV_PLL_DW7_CH1)
1425 #define VLV_PLL_DW8(ch) _PIPE(ch, _VLV_PLL_DW8_CH0, _VLV_PLL_DW8_CH1)
1430 #define VLV_PLL_DW9(ch) _PIPE(ch, _VLV_PLL_DW9_CH0, _VLV_PLL_DW9_CH1)
1434 #define VLV_PLL_DW10(ch) _PIPE(ch, _VLV_PLL_DW10_CH0, _VLV_PLL_DW10_CH1
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
reg.h 60 #define VGT_SPRSTRIDE(pipe) _PIPE(pipe, _SPRA_STRIDE, _PLANE_STRIDE_2_B)
71 #define REG_50080(_pipe, _plane) ({ \
72 typeof(_pipe) (p) = (_pipe); \
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v9_0.c 5485 WREG32_FIELD15(GC, 0, CP_ME##me##_PIPE##pipe##_INT_CNTL,\
5489 WREG32_FIELD15(GC, 0, CP_ME##me##_PIPE##pipe##_INT_CNTL,\

Completed in 223 milliseconds