Searched refs:_MMIO_PIPE (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_audio_regs.h | 20 #define IBX_HDMIW_HDMIEDID(pipe) _MMIO_PIPE(pipe, _IBX_HDMIW_HDMIEDID_A, \ 24 #define IBX_AUD_CNTL_ST(pipe) _MMIO_PIPE(pipe, _IBX_AUD_CNTL_ST_A, \ 35 #define CPT_HDMIW_HDMIEDID(pipe) _MMIO_PIPE(pipe, _CPT_HDMIW_HDMIEDID_A, _CPT_HDMIW_HDMIEDID_B) 38 #define CPT_AUD_CNTL_ST(pipe) _MMIO_PIPE(pipe, _CPT_AUD_CNTL_ST_A, _CPT_AUD_CNTL_ST_B) 43 #define VLV_HDMIW_HDMIEDID(pipe) _MMIO_PIPE(pipe, _VLV_HDMIW_HDMIEDID_A, _VLV_HDMIW_HDMIEDID_B) 46 #define VLV_AUD_CNTL_ST(pipe) _MMIO_PIPE(pipe, _VLV_AUD_CNTL_ST_A, _VLV_AUD_CNTL_ST_B) 51 #define IBX_AUD_CFG(pipe) _MMIO_PIPE(pipe, _IBX_AUD_CONFIG_A, _IBX_AUD_CONFIG_B) 54 #define CPT_AUD_CFG(pipe) _MMIO_PIPE(pipe, _CPT_AUD_CONFIG_A, _CPT_AUD_CONFIG_B) 57 #define VLV_AUD_CFG(pipe) _MMIO_PIPE(pipe, _VLV_AUD_CONFIG_A, _VLV_AUD_CONFIG_B)
|
A D | intel_backlight_regs.h | 13 #define VLV_BLC_PWM_CTL2(pipe) _MMIO_PIPE(pipe, _VLV_BLC_PWM_CTL2_A, _VLV_BLC_PWM_CTL2_B) 17 #define VLV_BLC_PWM_CTL(pipe) _MMIO_PIPE(pipe, _VLV_BLC_PWM_CTL_A, _VLV_BLC_PWM_CTL_B) 21 #define VLV_BLC_HIST_CTL(pipe) _MMIO_PIPE(pipe, _VLV_BLC_HIST_CTL_A, _VLV_BLC_HIST_CTL_B) 98 #define BXT_BLC_PWM_CTL(controller) _MMIO_PIPE(controller, \ 100 #define BXT_BLC_PWM_FREQ(controller) _MMIO_PIPE(controller, \ 102 #define BXT_BLC_PWM_DUTY(controller) _MMIO_PIPE(controller, \
|
A D | intel_dmc_regs.h | 16 #define PIPEDMC_CONTROL(pipe) _MMIO_PIPE(pipe, \
|
A D | intel_display_reg_defs.h | 25 #define _MMIO_PIPE(pipe, a, b) _MMIO(_PIPE(pipe, a, b)) macro
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_reg.h | 1549 #define FP0(pipe) _MMIO_PIPE(pipe, _FPA0, _FPB0) 1550 #define FP1(pipe) _MMIO_PIPE(pipe, _FPA1, _FPB1) 1815 _MMIO_PIPE(pipe, _CLKGATE_DIS_PSL_A, _CLKGATE_DIS_PSL_B) 5251 #define SKL_PS_CTRL(pipe, id) _MMIO_PIPE(pipe, \ 5254 #define SKL_PS_PWR_GATE(pipe, id) _MMIO_PIPE(pipe, \ 5257 #define SKL_PS_WIN_POS(pipe, id) _MMIO_PIPE(pipe, \ 5260 #define SKL_PS_WIN_SZ(pipe, id) _MMIO_PIPE(pipe, \ 5263 #define SKL_PS_VSCALE(pipe, id) _MMIO_PIPE(pipe, \ 5266 #define SKL_PS_HSCALE(pipe, id) _MMIO_PIPE(pipe, \ 5269 #define SKL_PS_VPHASE(pipe, id) _MMIO_PIPE(pipe, \ [all …]
|
Completed in 47 milliseconds