Home
last modified time | relevance | path

Searched refs:_PICK (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/i915/
Di915_reg.h223 #define _PICK(__index, ...) (((const u32 []){ __VA_ARGS__ })[__index]) macro
240 #define _PHY3(phy, ...) _PICK(phy, __VA_ARGS__)
242 #define _MMIO_PIPE3(pipe, a, b, c) _MMIO(_PICK(pipe, a, b, c))
243 #define _MMIO_PORT3(pipe, a, b, c) _MMIO(_PICK(pipe, a, b, c))
245 #define _MMIO_PLL3(pll, a, b, c) _MMIO(_PICK(pll, a, b, c))
1874 #define _ICL_COMBOPHY(phy) _PICK(phy, _ICL_COMBOPHY_A, \
1953 #define CNL_PORT_PCS_DW1_GRP(phy) _MMIO(_PICK(phy, \
1960 #define CNL_PORT_PCS_DW1_LN0(phy) _MMIO(_PICK(phy, \
1997 #define _CNL_PORT_TX_DW_GRP(dw, port) (_PICK((port), \
2005 #define _CNL_PORT_TX_DW_LN0(dw, port) (_PICK((port), \
[all …]