Searched refs:_PIPE (Results 1 – 2 of 2) sorted by relevance
/drivers/gpu/drm/i915/ |
D | i915_reg.h | 28 #define _PIPE(pipe, a, b) ((a) + (pipe)*((b)-(a))) macro 828 #define DPLL(pipe) _PIPE(pipe, _DPLL_A, _DPLL_B) 937 #define DPLL_MD(pipe) _PIPE(pipe, _DPLL_A_MD, _DPLL_B_MD) 942 #define FP0(pipe) _PIPE(pipe, _FPA0, _FPB0) 943 #define FP1(pipe) _PIPE(pipe, _FPA1, _FPB1) 1084 #define PALETTE(pipe) _PIPE(pipe, _PALETTE_A, _PALETTE_B) 1433 #define HTOTAL(pipe) _PIPE(pipe, _HTOTAL_A, _HTOTAL_B) 1434 #define HBLANK(pipe) _PIPE(pipe, _HBLANK_A, _HBLANK_B) 1435 #define HSYNC(pipe) _PIPE(pipe, _HSYNC_A, _HSYNC_B) 1436 #define VTOTAL(pipe) _PIPE(pipe, _VTOTAL_A, _VTOTAL_B) [all …]
|
/drivers/gpu/drm/gma500/ |
D | psb_intel_reg.h | 1242 #define _PIPE(pipe, a, b) ((a) + (pipe)*((b)-(a))) macro 1279 #define SB_M(pipe) _PIPE(pipe, _SB_M_A, _SB_M_B) 1285 #define SB_N_VCO(pipe) _PIPE(pipe, _SB_N_VCO_A, _SB_N_VCO_B) 1295 #define SB_REF_SFR(pipe) _PIPE(pipe, _SB_REF_A, _SB_REF_B) 1299 #define SB_P(pipe) _PIPE(pipe, _SB_P_A, _SB_P_B)
|