Searched refs:_PORT (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/i915/display/ |
H 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_…
|
H 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))
|
H A D | intel_dkl_phy_regs.h | 29 #define _DKL_REG_PHY_BASE(tc_port) _PORT(tc_port, \
|
H A D | intel_mg_phy_regs.h | 12 _MMIO(_PORT(tc_port, ln0p1, ln0p2) + (ln) * ((ln1p1) - (ln0p1)))
|
/linux/include/media/ |
H A D | ipu-bridge.h | 33 #define NODE_PORT(_PORT, _SENSOR_NODE) \ argument 35 .name = _PORT, \ 39 #define NODE_ENDPOINT(_EP, _PORT, _PROPS) \ argument 42 .parent = _PORT, \
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 3644 #define DDI_BUF_TRANS_LO(port, i) _MMIO(_PORT(port, _DDI_BUF_TRANS_A, _DDI_BUF_TRANS_B) + (i) * 8) 3646 #define DDI_BUF_TRANS_HI(port, i) _MMIO(_PORT(port, _DDI_BUF_TRANS_A, _DDI_BUF_TRANS_B) + (i) * 8 +…
|
/linux/drivers/pinctrl/renesas/ |
H A D | pfc-r8a7740.c | 33 IRQ##irq##_PORT##pin##_MARK, \
|