Lines Matching defs:pipe
28 #define _PIPE(pipe, a, b) ((a) + (pipe)*((b)-(a))) argument
32 #define _PIPE3(pipe, a, b, c) ((pipe) == PIPE_A ? (a) : \ argument
547 #define GEN7_PIPE_DE_LOAD_SL(pipe) _PIPE(pipe, \ argument
597 #define _DP_SSC(val, pipe) ((val) << (2 * (pipe))) argument
598 #define DP_SSC_MASK(pipe) _DP_SSC(0x3, (pipe)) argument
599 #define DP_SSC_PWR_ON(pipe) _DP_SSC(0x0, (pipe)) argument
600 #define DP_SSC_CLK_GATE(pipe) _DP_SSC(0x1, (pipe)) argument
601 #define DP_SSC_RESET(pipe) _DP_SSC(0x2, (pipe)) argument
602 #define DP_SSC_PWR_GATE(pipe) _DP_SSC(0x3, (pipe)) argument
603 #define _DP_SSS(val, pipe) ((val) << (2 * (pipe) + 16)) argument
604 #define DP_SSS_MASK(pipe) _DP_SSS(0x3, (pipe)) argument
605 #define DP_SSS_PWR_ON(pipe) _DP_SSS(0x0, (pipe)) argument
606 #define DP_SSS_CLK_GATE(pipe) _DP_SSS(0x1, (pipe)) argument
607 #define DP_SSS_RESET(pipe) _DP_SSS(0x2, (pipe)) argument
608 #define DP_SSS_PWR_GATE(pipe) _DP_SSS(0x3, (pipe)) argument
841 #define DPIO_PHY(pipe) ((pipe) >> 1) argument
1644 #define ERR_INT_PIPE_CRC_DONE(pipe) (1<<(2 + (pipe)*3)) argument
1646 #define ERR_INT_FIFO_UNDERRUN(pipe) (1<<((pipe)*3)) argument
2204 #define DPLL(pipe) _PIPE3((pipe), _DPLL_A, _DPLL_B, _CHV_DPLL_C) argument
2303 #define DPLL_MD(pipe) _PIPE3((pipe), _DPLL_A_MD, _DPLL_B_MD, _CHV_DPLL_C_MD) argument
2346 #define FP0(pipe) _PIPE(pipe, _FPA0, _FPB0) argument
2347 #define FP1(pipe) _PIPE(pipe, _FPA1, _FPB1) argument
2511 #define PALETTE(pipe, i) (dev_priv->info.palette_offsets[pipe] + \ argument
2980 #define PIPE_CRC_CTL(pipe) _TRANSCODER2(pipe, _PIPE_CRC_CTL_A) argument
2981 #define PIPE_CRC_RES_1_IVB(pipe) \ argument
2983 #define PIPE_CRC_RES_2_IVB(pipe) \ argument
2985 #define PIPE_CRC_RES_3_IVB(pipe) \ argument
2987 #define PIPE_CRC_RES_4_IVB(pipe) \ argument
2989 #define PIPE_CRC_RES_5_IVB(pipe) \ argument
2992 #define PIPE_CRC_RES_RED(pipe) \ argument
2994 #define PIPE_CRC_RES_GREEN(pipe) \ argument
2996 #define PIPE_CRC_RES_BLUE(pipe) \ argument
2998 #define PIPE_CRC_RES_RES1_I915(pipe) \ argument
3000 #define PIPE_CRC_RES_RES2_G4X(pipe) \ argument
3033 #define _TRANSCODER2(pipe, reg) (dev_priv->info.trans_offsets[(pipe)] - \ argument
3062 #define VLV_PSRCTL(pipe) _PIPE(pipe, _PSRCTLA, _PSRCTLB) argument
3069 #define VLV_VSCSDP(pipe) _PIPE(pipe, _VSCSDPA, _VSCSDPB) argument
3082 #define VLV_PSRSTAT(pipe) _PIPE(pipe, _PSRSTATA, _PSRSTATB) argument
3172 #define ADPA_PIPE_SELECT(pipe) ((pipe) << 30) argument
3329 #define SDVO_PIPE_SEL(pipe) ((pipe) << 30) argument
3371 #define SDVO_PIPE_SEL_CPT(pipe) ((pipe) << 29) argument
3375 #define SDVO_PIPE_SEL_CHV(pipe) ((pipe) << 24) argument
3423 #define LVDS_PIPE(pipe) ((pipe) << 30) argument
3564 #define VLV_BLC_PWM_CTL2(pipe) _PIPE(pipe, _VLV_BLC_PWM_CTL2_A, \ argument
3569 #define VLV_BLC_PWM_CTL(pipe) _PIPE(pipe, _VLV_BLC_PWM_CTL_A, \ argument
3574 #define VLV_BLC_HIST_CTL(pipe) _PIPE(pipe, _VLV_BLC_HIST_CTL_A, \ argument
3590 #define BLM_PIPE(pipe) ((pipe) << 29) argument
4160 #define DP_PIPE_SELECT_CHV(pipe) ((pipe) << 16) argument
4345 #define PIPE_DATA_M_G4X(pipe) _PIPE(pipe, _PIPEA_DATA_M_G4X, _PIPEB_DATA_M_G4X) argument
4346 #define PIPE_DATA_N_G4X(pipe) _PIPE(pipe, _PIPEA_DATA_N_G4X, _PIPEB_DATA_N_G4X) argument
4347 #define PIPE_LINK_M_G4X(pipe) _PIPE(pipe, _PIPEA_LINK_M_G4X, _PIPEB_LINK_M_G4X) argument
4348 #define PIPE_LINK_N_G4X(pipe) _PIPE(pipe, _PIPEA_LINK_N_G4X, _PIPEB_LINK_N_G4X) argument
4464 #define _PIPE2(pipe, reg) (dev_priv->info.pipe_offsets[pipe] - \ argument
4468 #define PIPECONF(pipe) _PIPE2(pipe, _PIPEACONF) argument
4469 #define PIPEDSL(pipe) _PIPE2(pipe, _PIPEADSL) argument
4470 #define PIPEFRAME(pipe) _PIPE2(pipe, _PIPEAFRAMEHIGH) argument
4471 #define PIPEFRAMEPIXEL(pipe) _PIPE2(pipe, _PIPEAFRAMEPIXEL) argument
4472 #define PIPESTAT(pipe) _PIPE2(pipe, _PIPEASTAT) argument
4484 #define PIPEMISC(pipe) _PIPE2(pipe, _PIPE_MISC_A) argument
4703 #define VLV_DDL(pipe) (VLV_DISPLAY_BASE + 0x70050 + 4 * (pipe)) argument
4766 #define CUR_WM_0(pipe) _PIPE(pipe, CUR_WM_A_0, CUR_WM_B_0) argument
4767 #define CUR_WM(pipe, level) (CUR_WM_0(pipe) + ((4) * (level))) argument
4768 #define CUR_WM_TRANS(pipe) _PIPE(pipe, CUR_WM_TRANS_A_0, CUR_WM_TRANS_B_0) argument
4770 #define _PLANE_WM_1(pipe) _PIPE(pipe, PLANE_WM_1_A_0, PLANE_WM_1_B_0) argument
4771 #define _PLANE_WM_2(pipe) _PIPE(pipe, PLANE_WM_2_A_0, PLANE_WM_2_B_0) argument
4772 #define _PLANE_WM_BASE(pipe, plane) \ argument
4774 #define PLANE_WM(pipe, plane, level) \ argument
4776 #define _PLANE_WM_TRANS_1(pipe) \ argument
4778 #define _PLANE_WM_TRANS_2(pipe) \ argument
4780 #define PLANE_WM_TRANS(pipe, plane) \ argument
4858 #define PIPE_FRMCOUNT_G4X(pipe) _PIPE2(pipe, _PIPEA_FRMCOUNT_G4X) argument
4859 #define PIPE_FLIPCOUNT_G4X(pipe) _PIPE2(pipe, _PIPEA_FLIPCOUNT_G4X) argument
4906 #define _CURSOR2(pipe, reg) (dev_priv->info.cursor_offsets[(pipe)] - \ argument
4910 #define CURCNTR(pipe) _CURSOR2(pipe, _CURACNTR) argument
4911 #define CURBASE(pipe) _CURSOR2(pipe, _CURABASE) argument
4912 #define CURPOS(pipe) _CURSOR2(pipe, _CURAPOS) argument
4990 #define CHV_BLEND(pipe) _TRANSCODER2(pipe, _CHV_BLEND_A) argument
4991 #define CHV_CANVAS(pipe) _TRANSCODER2(pipe, _CHV_CANVAS_A) argument
5096 #define DVSCNTR(pipe) _PIPE(pipe, _DVSACNTR, _DVSBCNTR) argument
5097 #define DVSLINOFF(pipe) _PIPE(pipe, _DVSALINOFF, _DVSBLINOFF) argument
5098 #define DVSSTRIDE(pipe) _PIPE(pipe, _DVSASTRIDE, _DVSBSTRIDE) argument
5099 #define DVSPOS(pipe) _PIPE(pipe, _DVSAPOS, _DVSBPOS) argument
5100 #define DVSSURF(pipe) _PIPE(pipe, _DVSASURF, _DVSBSURF) argument
5101 #define DVSKEYMAX(pipe) _PIPE(pipe, _DVSAKEYMAXVAL, _DVSBKEYMAXVAL) argument
5102 #define DVSSIZE(pipe) _PIPE(pipe, _DVSASIZE, _DVSBSIZE) argument
5103 #define DVSSCALE(pipe) _PIPE(pipe, _DVSASCALE, _DVSBSCALE) argument
5104 #define DVSTILEOFF(pipe) _PIPE(pipe, _DVSATILEOFF, _DVSBTILEOFF) argument
5105 #define DVSKEYVAL(pipe) _PIPE(pipe, _DVSAKEYVAL, _DVSBKEYVAL) argument
5106 #define DVSKEYMSK(pipe) _PIPE(pipe, _DVSAKEYMSK, _DVSBKEYMSK) argument
5107 #define DVSSURFLIVE(pipe) _PIPE(pipe, _DVSASURFLIVE, _DVSBSURFLIVE) argument
5170 #define SPRCTL(pipe) _PIPE(pipe, _SPRA_CTL, _SPRB_CTL) argument
5171 #define SPRLINOFF(pipe) _PIPE(pipe, _SPRA_LINOFF, _SPRB_LINOFF) argument
5172 #define SPRSTRIDE(pipe) _PIPE(pipe, _SPRA_STRIDE, _SPRB_STRIDE) argument
5173 #define SPRPOS(pipe) _PIPE(pipe, _SPRA_POS, _SPRB_POS) argument
5174 #define SPRSIZE(pipe) _PIPE(pipe, _SPRA_SIZE, _SPRB_SIZE) argument
5175 #define SPRKEYVAL(pipe) _PIPE(pipe, _SPRA_KEYVAL, _SPRB_KEYVAL) argument
5176 #define SPRKEYMSK(pipe) _PIPE(pipe, _SPRA_KEYMSK, _SPRB_KEYMSK) argument
5177 #define SPRSURF(pipe) _PIPE(pipe, _SPRA_SURF, _SPRB_SURF) argument
5178 #define SPRKEYMAX(pipe) _PIPE(pipe, _SPRA_KEYMAX, _SPRB_KEYMAX) argument
5179 #define SPRTILEOFF(pipe) _PIPE(pipe, _SPRA_TILEOFF, _SPRB_TILEOFF) argument
5180 #define SPROFFSET(pipe) _PIPE(pipe, _SPRA_OFFSET, _SPRB_OFFSET) argument
5181 #define SPRSCALE(pipe) _PIPE(pipe, _SPRA_SCALE, _SPRB_SCALE) argument
5182 #define SPRGAMC(pipe) _PIPE(pipe, _SPRA_GAMC, _SPRB_GAMC) argument
5183 #define SPRSURFLIVE(pipe) _PIPE(pipe, _SPRA_SURFLIVE, _SPRB_SURFLIVE) argument
5233 #define SPCNTR(pipe, plane) _PIPE((pipe) * 2 + (plane), _SPACNTR, _SPBCNTR) argument
5234 #define SPLINOFF(pipe, plane) _PIPE((pipe) * 2 + (plane), _SPALINOFF, _SPBLINOFF) argument
5235 #define SPSTRIDE(pipe, plane) _PIPE((pipe) * 2 + (plane), _SPASTRIDE, _SPBSTRIDE) argument
5236 #define SPPOS(pipe, plane) _PIPE((pipe) * 2 + (plane), _SPAPOS, _SPBPOS) argument
5237 #define SPSIZE(pipe, plane) _PIPE((pipe) * 2 + (plane), _SPASIZE, _SPBSIZE) argument
5238 #define SPKEYMINVAL(pipe, plane) _PIPE((pipe) * 2 + (plane), _SPAKEYMINVAL, _SPBKEYMINVAL) argument
5239 #define SPKEYMSK(pipe, plane) _PIPE((pipe) * 2 + (plane), _SPAKEYMSK, _SPBKEYMSK) argument
5240 #define SPSURF(pipe, plane) _PIPE((pipe) * 2 + (plane), _SPASURF, _SPBSURF) argument
5241 #define SPKEYMAXVAL(pipe, plane) _PIPE((pipe) * 2 + (plane), _SPAKEYMAXVAL, _SPBKEYMAXVAL) argument
5242 #define SPTILEOFF(pipe, plane) _PIPE((pipe) * 2 + (plane), _SPATILEOFF, _SPBTILEOFF) argument
5243 #define SPCONSTALPHA(pipe, plane) _PIPE((pipe) * 2 + (plane), _SPACONSTALPHA, _SPBCONSTALPHA) argument
5244 #define SPGAMC(pipe, plane) _PIPE((pipe) * 2 + (plane), _SPAGAMC, _SPBGAMC) argument
5352 #define _PLANE_CTL_1(pipe) _PIPE(pipe, _PLANE_CTL_1_A, _PLANE_CTL_1_B) argument
5353 #define _PLANE_CTL_2(pipe) _PIPE(pipe, _PLANE_CTL_2_A, _PLANE_CTL_2_B) argument
5354 #define _PLANE_CTL_3(pipe) _PIPE(pipe, _PLANE_CTL_3_A, _PLANE_CTL_3_B) argument
5355 #define PLANE_CTL(pipe, plane) \ argument
5361 #define _PLANE_STRIDE_1(pipe) \ argument
5363 #define _PLANE_STRIDE_2(pipe) \ argument
5365 #define _PLANE_STRIDE_3(pipe) \ argument
5367 #define PLANE_STRIDE(pipe, plane) \ argument
5373 #define _PLANE_POS_1(pipe) _PIPE(pipe, _PLANE_POS_1_A, _PLANE_POS_1_B) argument
5374 #define _PLANE_POS_2(pipe) _PIPE(pipe, _PLANE_POS_2_A, _PLANE_POS_2_B) argument
5375 #define _PLANE_POS_3(pipe) _PIPE(pipe, _PLANE_POS_3_A, _PLANE_POS_3_B) argument
5376 #define PLANE_POS(pipe, plane) \ argument
5382 #define _PLANE_SIZE_1(pipe) _PIPE(pipe, _PLANE_SIZE_1_A, _PLANE_SIZE_1_B) argument
5383 #define _PLANE_SIZE_2(pipe) _PIPE(pipe, _PLANE_SIZE_2_A, _PLANE_SIZE_2_B) argument
5384 #define _PLANE_SIZE_3(pipe) _PIPE(pipe, _PLANE_SIZE_3_A, _PLANE_SIZE_3_B) argument
5385 #define PLANE_SIZE(pipe, plane) \ argument
5391 #define _PLANE_SURF_1(pipe) _PIPE(pipe, _PLANE_SURF_1_A, _PLANE_SURF_1_B) argument
5392 #define _PLANE_SURF_2(pipe) _PIPE(pipe, _PLANE_SURF_2_A, _PLANE_SURF_2_B) argument
5393 #define _PLANE_SURF_3(pipe) _PIPE(pipe, _PLANE_SURF_3_A, _PLANE_SURF_3_B) argument
5394 #define PLANE_SURF(pipe, plane) \ argument
5399 #define _PLANE_OFFSET_1(pipe) _PIPE(pipe, _PLANE_OFFSET_1_A, _PLANE_OFFSET_1_B) argument
5400 #define _PLANE_OFFSET_2(pipe) _PIPE(pipe, _PLANE_OFFSET_2_A, _PLANE_OFFSET_2_B) argument
5401 #define PLANE_OFFSET(pipe, plane) \ argument
5406 #define _PLANE_KEYVAL_1(pipe) _PIPE(pipe, _PLANE_KEYVAL_1_A, _PLANE_KEYVAL_1_B) argument
5407 #define _PLANE_KEYVAL_2(pipe) _PIPE(pipe, _PLANE_KEYVAL_2_A, _PLANE_KEYVAL_2_B) argument
5408 #define PLANE_KEYVAL(pipe, plane) \ argument
5413 #define _PLANE_KEYMSK_1(pipe) _PIPE(pipe, _PLANE_KEYMSK_1_A, _PLANE_KEYMSK_1_B) argument
5414 #define _PLANE_KEYMSK_2(pipe) _PIPE(pipe, _PLANE_KEYMSK_2_A, _PLANE_KEYMSK_2_B) argument
5415 #define PLANE_KEYMSK(pipe, plane) \ argument
5420 #define _PLANE_KEYMAX_1(pipe) _PIPE(pipe, _PLANE_KEYMAX_1_A, _PLANE_KEYMAX_1_B) argument
5421 #define _PLANE_KEYMAX_2(pipe) _PIPE(pipe, _PLANE_KEYMAX_2_A, _PLANE_KEYMAX_2_B) argument
5422 #define PLANE_KEYMAX(pipe, plane) \ argument
5427 #define _PLANE_BUF_CFG_1(pipe) \ argument
5429 #define _PLANE_BUF_CFG_2(pipe) \ argument
5431 #define PLANE_BUF_CFG(pipe, plane) \ argument
5436 #define _PLANE_NV12_BUF_CFG_1(pipe) \ argument
5438 #define _PLANE_NV12_BUF_CFG_2(pipe) \ argument
5440 #define PLANE_NV12_BUF_CFG(pipe, plane) \ argument
5446 #define CUR_BUF_CFG(pipe) _PIPE(pipe, _CUR_BUF_CFG_A, _CUR_BUF_CFG_B) argument
5544 #define PF_PIPE_SEL_IVB(pipe) ((pipe)<<29) argument
5559 #define PF_CTL(pipe) _PIPE(pipe, _PFA_CTL_1, _PFB_CTL_1) argument
5560 #define PF_WIN_SZ(pipe) _PIPE(pipe, _PFA_WIN_SZ, _PFB_WIN_SZ) argument
5561 #define PF_WIN_POS(pipe) _PIPE(pipe, _PFA_WIN_POS, _PFB_WIN_POS) argument
5562 #define PF_VSCALE(pipe) _PIPE(pipe, _PFA_VSCALE, _PFB_VSCALE) argument
5563 #define PF_HSCALE(pipe) _PIPE(pipe, _PFA_HSCALE, _PFB_HSCALE) argument
5573 #define PS_CTL(pipe) _PIPE(pipe, _PSA_CTL, _PSB_CTL) argument
5574 #define PS_WIN_SZ(pipe) _PIPE(pipe, _PSA_WIN_SZ, _PSB_WIN_SZ) argument
5575 #define PS_WIN_POS(pipe) _PIPE(pipe, _PSA_WIN_POS, _PSB_WIN_POS) argument
5664 #define SKL_PS_CTRL(pipe, id) _PIPE(pipe, \ argument
5667 #define SKL_PS_PWR_GATE(pipe, id) _PIPE(pipe, \ argument
5670 #define SKL_PS_WIN_POS(pipe, id) _PIPE(pipe, \ argument
5673 #define SKL_PS_WIN_SZ(pipe, id) _PIPE(pipe, \ argument
5676 #define SKL_PS_VSCALE(pipe, id) _PIPE(pipe, \ argument
5679 #define SKL_PS_HSCALE(pipe, id) _PIPE(pipe, \ argument
5682 #define SKL_PS_VPHASE(pipe, id) _PIPE(pipe, \ argument
5685 #define SKL_PS_HPHASE(pipe, id) _PIPE(pipe, \ argument
5688 #define SKL_PS_ECC_STAT(pipe, id) _PIPE(pipe, \ argument
5695 #define LGC_PALETTE(pipe, i) (_PIPE(pipe, _LGC_PALETTE_A, _LGC_PALETTE_B) + (i) * 4) argument
5699 #define GAMMA_MODE(pipe) _PIPE(pipe, _GAMMA_MODE_A, _GAMMA_MODE_B) argument
5729 #define DE_PIPE_VBLANK(pipe) (1 << (7 + 8*(pipe))) argument
5735 #define DE_PIPE_CRC_DONE(pipe) (1 << (2 + 8*(pipe))) argument
5737 #define DE_PIPE_FIFO_UNDERRUN(pipe) (1 << (8*(pipe))) argument
5755 #define DE_PIPE_VBLANK_IVB(pipe) (1 << ((pipe) * 5)) argument
5779 #define GEN8_DE_PIPE_IRQ(pipe) (1<<(16+(pipe))) argument
5799 #define GEN8_DE_PIPE_ISR(pipe) (0x44400 + (0x10 * (pipe))) argument
5800 #define GEN8_DE_PIPE_IMR(pipe) (0x44404 + (0x10 * (pipe))) argument
5801 #define GEN8_DE_PIPE_IIR(pipe) (0x44408 + (0x10 * (pipe))) argument
5802 #define GEN8_DE_PIPE_IER(pipe) (0x4440c + (0x10 * (pipe))) argument
5896 #define CHICKEN_PIPESL_1(pipe) _PIPE(pipe, _CHICKEN_PIPESL_1_A, _CHICKEN_PIPESL_1_B) argument
6082 #define SERR_INT_TRANS_FIFO_UNDERRUN(pipe) (1<<((pipe)*3)) argument
6193 #define TRANS_DPLLB_SEL(pipe) (1 << ((pipe) * 4)) argument
6194 #define TRANS_DPLLA_SEL(pipe) 0 argument
6195 #define TRANS_DPLL_ENABLE(pipe) (1 << ((pipe) * 4 + 3)) argument
6240 #define TVIDEO_DIP_CTL(pipe) _PIPE(pipe, _VIDEO_DIP_CTL_A, _VIDEO_DIP_CTL_B) argument
6241 #define TVIDEO_DIP_DATA(pipe) _PIPE(pipe, _VIDEO_DIP_DATA_A, _VIDEO_DIP_DATA_B) argument
6242 #define TVIDEO_DIP_GCP(pipe) _PIPE(pipe, _VIDEO_DIP_GCP_A, _VIDEO_DIP_GCP_B) argument
6257 #define VLV_TVIDEO_DIP_CTL(pipe) \ argument
6260 #define VLV_TVIDEO_DIP_DATA(pipe) \ argument
6263 #define VLV_TVIDEO_DIP_GCP(pipe) \ argument
6322 #define PCH_TRANS_HTOTAL(pipe) _PIPE(pipe, _PCH_TRANS_HTOTAL_A, _PCH_TRANS_HTOTAL_B) argument
6323 #define PCH_TRANS_HBLANK(pipe) _PIPE(pipe, _PCH_TRANS_HBLANK_A, _PCH_TRANS_HBLANK_B) argument
6324 #define PCH_TRANS_HSYNC(pipe) _PIPE(pipe, _PCH_TRANS_HSYNC_A, _PCH_TRANS_HSYNC_B) argument
6325 #define PCH_TRANS_VTOTAL(pipe) _PIPE(pipe, _PCH_TRANS_VTOTAL_A, _PCH_TRANS_VTOTAL_B) argument
6326 #define PCH_TRANS_VBLANK(pipe) _PIPE(pipe, _PCH_TRANS_VBLANK_A, _PCH_TRANS_VBLANK_B) argument
6327 #define PCH_TRANS_VSYNC(pipe) _PIPE(pipe, _PCH_TRANS_VSYNC_A, _PCH_TRANS_VSYNC_B) argument
6328 #define PCH_TRANS_VSYNCSHIFT(pipe) _PIPE(pipe, _PCH_TRANS_VSYNCSHIFT_A, \ argument
6340 #define PCH_TRANS_DATA_M1(pipe) _PIPE(pipe, _PCH_TRANSA_DATA_M1, _PCH_TRANSB_DATA_M1) argument
6341 #define PCH_TRANS_DATA_N1(pipe) _PIPE(pipe, _PCH_TRANSA_DATA_N1, _PCH_TRANSB_DATA_N1) argument
6342 #define PCH_TRANS_DATA_M2(pipe) _PIPE(pipe, _PCH_TRANSA_DATA_M2, _PCH_TRANSB_DATA_M2) argument
6343 #define PCH_TRANS_DATA_N2(pipe) _PIPE(pipe, _PCH_TRANSA_DATA_N2, _PCH_TRANSB_DATA_N2) argument
6344 #define PCH_TRANS_LINK_M1(pipe) _PIPE(pipe, _PCH_TRANSA_LINK_M1, _PCH_TRANSB_LINK_M1) argument
6345 #define PCH_TRANS_LINK_N1(pipe) _PIPE(pipe, _PCH_TRANSA_LINK_N1, _PCH_TRANSB_LINK_N1) argument
6346 #define PCH_TRANS_LINK_M2(pipe) _PIPE(pipe, _PCH_TRANSA_LINK_M2, _PCH_TRANSB_LINK_M2) argument
6347 #define PCH_TRANS_LINK_N2(pipe) _PIPE(pipe, _PCH_TRANSA_LINK_N2, _PCH_TRANSB_LINK_N2) argument
6351 #define PCH_TRANSCONF(pipe) _PIPE(pipe, _PCH_TRANSACONF, _PCH_TRANSBCONF) argument
6373 #define TRANS_CHICKEN1(pipe) _PIPE(pipe, _TRANSA_CHICKEN1, _TRANSB_CHICKEN1) argument
6378 #define TRANS_CHICKEN2(pipe) _PIPE(pipe, _TRANSA_CHICKEN2, _TRANSB_CHICKEN2) argument
6388 #define FDI_PHASE_SYNC_OVR(pipe) (1<<(FDIA_PHASE_SYNC_SHIFT_OVR - ((pipe) * 2))) argument
6389 #define FDI_PHASE_SYNC_EN(pipe) (1<<(FDIA_PHASE_SYNC_SHIFT_EN - ((pipe) * 2))) argument
6402 #define FDI_RX_CHICKEN(pipe) _PIPE(pipe, _FDI_RXA_CHICKEN, _FDI_RXB_CHICKEN) argument
6413 #define FDI_TX_CTL(pipe) _PIPE(pipe, _FDI_TXA_CTL, _FDI_TXB_CTL) argument
6463 #define FDI_RX_CTL(pipe) _PIPE(pipe, _FDI_RXA_CTL, _FDI_RXB_CTL) argument
6499 #define FDI_RX_MISC(pipe) _PIPE(pipe, _FDI_RXA_MISC, _FDI_RXB_MISC) argument
6505 #define FDI_RX_TUSIZE1(pipe) _PIPE(pipe, _FDI_RXA_TUSIZE1, _FDI_RXB_TUSIZE1) argument
6506 #define FDI_RX_TUSIZE2(pipe) _PIPE(pipe, _FDI_RXA_TUSIZE2, _FDI_RXB_TUSIZE2) argument
6525 #define FDI_RX_IIR(pipe) _PIPE(pipe, _FDI_RXA_IIR, _FDI_RXB_IIR) argument
6526 #define FDI_RX_IMR(pipe) _PIPE(pipe, _FDI_RXA_IMR, _FDI_RXB_IMR) argument
6548 #define VLV_PIPE_PP_STATUS(pipe) _PIPE(pipe, PIPEA_PP_STATUS, PIPEB_PP_STATUS) argument
6549 #define VLV_PIPE_PP_CONTROL(pipe) _PIPE(pipe, PIPEA_PP_CONTROL, PIPEB_PP_CONTROL) argument
6550 #define VLV_PIPE_PP_ON_DELAYS(pipe) \ argument
6552 #define VLV_PIPE_PP_OFF_DELAYS(pipe) \ argument
6554 #define VLV_PIPE_PP_DIVISOR(pipe) \ argument
6631 #define PORT_TRANS_SEL_CPT(pipe) ((pipe) << 29) argument
6640 #define TRANS_DP_CTL(pipe) _PIPE(pipe, TRANS_DP_CTL_A, TRANS_DP_CTL_B) argument
7038 #define IBX_HDMIW_HDMIEDID(pipe) _PIPE(pipe, \ argument
7043 #define IBX_AUD_CNTL_ST(pipe) _PIPE(pipe, \ argument
7055 #define CPT_HDMIW_HDMIEDID(pipe) _PIPE(pipe, \ argument
7060 #define CPT_AUD_CNTL_ST(pipe) _PIPE(pipe, \ argument
7067 #define VLV_HDMIW_HDMIEDID(pipe) _PIPE(pipe, \ argument
7072 #define VLV_AUD_CNTL_ST(pipe) _PIPE(pipe, \ argument
7085 #define IBX_AUD_CFG(pipe) _PIPE(pipe, \ argument
7090 #define CPT_AUD_CFG(pipe) _PIPE(pipe, \ argument
7095 #define VLV_AUD_CFG(pipe) _PIPE(pipe, \ argument
7122 #define HSW_AUD_CFG(pipe) _PIPE(pipe, \ argument
7128 #define HSW_AUD_MISC_CTRL(pipe) _PIPE(pipe, \ argument
7134 #define HSW_AUD_DIP_ELD_CTRL(pipe) _PIPE(pipe, \ argument
7141 #define AUD_DIG_CNVT(pipe) _PIPE(pipe, \ argument
7148 #define HSW_AUD_EDID_DATA(pipe) _PIPE(pipe, \ argument
7503 #define PIPE_WM_LINETIME(pipe) _PIPE(pipe, PIPE_WM_LINETIME_A, \ argument
7558 #define PIPE_CSC_COEFF_RY_GY(pipe) _PIPE(pipe, _PIPE_A_CSC_COEFF_RY_GY, _PIPE_B_CSC_COEFF_RY_GY) argument
7559 #define PIPE_CSC_COEFF_BY(pipe) _PIPE(pipe, _PIPE_A_CSC_COEFF_BY, _PIPE_B_CSC_COEFF_BY) argument
7560 #define PIPE_CSC_COEFF_RU_GU(pipe) _PIPE(pipe, _PIPE_A_CSC_COEFF_RU_GU, _PIPE_B_CSC_COEFF_RU_GU) argument
7561 #define PIPE_CSC_COEFF_BU(pipe) _PIPE(pipe, _PIPE_A_CSC_COEFF_BU, _PIPE_B_CSC_COEFF_BU) argument
7562 #define PIPE_CSC_COEFF_RV_GV(pipe) _PIPE(pipe, _PIPE_A_CSC_COEFF_RV_GV, _PIPE_B_CSC_COEFF_RV_GV) argument
7563 #define PIPE_CSC_COEFF_BV(pipe) _PIPE(pipe, _PIPE_A_CSC_COEFF_BV, _PIPE_B_CSC_COEFF_BV) argument
7564 #define PIPE_CSC_MODE(pipe) _PIPE(pipe, _PIPE_A_CSC_MODE, _PIPE_B_CSC_MODE) argument
7565 #define PIPE_CSC_PREOFF_HI(pipe) _PIPE(pipe, _PIPE_A_CSC_PREOFF_HI, _PIPE_B_CSC_PREOFF_HI) argument
7566 #define PIPE_CSC_PREOFF_ME(pipe) _PIPE(pipe, _PIPE_A_CSC_PREOFF_ME, _PIPE_B_CSC_PREOFF_ME) argument
7567 #define PIPE_CSC_PREOFF_LO(pipe) _PIPE(pipe, _PIPE_A_CSC_PREOFF_LO, _PIPE_B_CSC_PREOFF_LO) argument
7568 #define PIPE_CSC_POSTOFF_HI(pipe) _PIPE(pipe, _PIPE_A_CSC_POSTOFF_HI, _PIPE_B_CSC_POSTOFF_HI) argument
7569 #define PIPE_CSC_POSTOFF_ME(pipe) _PIPE(pipe, _PIPE_A_CSC_POSTOFF_ME, _PIPE_B_CSC_POSTOFF_ME) argument
7570 #define PIPE_CSC_POSTOFF_LO(pipe) _PIPE(pipe, _PIPE_A_CSC_POSTOFF_LO, _PIPE_B_CSC_POSTOFF_LO) argument