Searched refs:_PORT (Results 1 – 6 of 6) sorted by relevance
| /drivers/gpu/drm/i915/display/ |
| A D | intel_dp_aux_regs.h | 29 _PORT(aux_ch, _DPA_AUX_CH_CTL, _DPB_AUX_CH_CTL)) 80 #define DP_AUX_CH_DATA(aux_ch, i) _MMIO(_PORT(aux_ch, _DPA_AUX_CH_DATA1, \ 82 #define VLV_DP_AUX_CH_DATA(aux_ch, i) _MMIO(VLV_DISPLAY_BASE + _PORT(aux_ch, _DPA_AUX_CH_DATA1, \ 87 #define PCH_DP_AUX_CH_DATA(aux_ch, i) _MMIO(_PORT((aux_ch) - AUX_CH_B, _PCH_DPB_AUX_CH_DATA1, _PCH_…
|
| A D | intel_display_reg_defs.h | 21 #define _PORT(port, a, b) _PICK_EVEN(port, a, b) macro 28 #define _MMIO_PORT(port, a, b) _MMIO(_PORT(port, a, b))
|
| A D | intel_dkl_phy_regs.h | 31 #define _DKL_REG_PHY_BASE(tc_port) _PORT(tc_port, \
|
| A D | intel_mg_phy_regs.h | 12 _MMIO(_PORT(tc_port, ln0p1, ln0p2) + (ln) * ((ln1p1) - (ln0p1)))
|
| A D | intel_display_regs.h | 2360 #define DDI_BUF_TRANS_LO(port, i) _MMIO(_PORT(port, _DDI_BUF_TRANS_A, _DDI_BUF_TRANS_B) + (i) * 8) 2362 #define DDI_BUF_TRANS_HI(port, i) _MMIO(_PORT(port, _DDI_BUF_TRANS_A, _DDI_BUF_TRANS_B) + (i) * 8 +…
|
| /drivers/pinctrl/renesas/ |
| A D | pfc-r8a7740.c | 33 IRQ##irq##_PORT##pin##_MARK, \
|
Completed in 34 milliseconds