Lines Matching refs:_PICK
155 #define _PICK(__index, ...) (((const u32 []){ __VA_ARGS__ })[__index]) macro
168 #define _MMIO_PIPE3(pipe, a, b, c) _MMIO(_PICK(pipe, a, b, c))
169 #define _MMIO_PORT3(pipe, a, b, c) _MMIO(_PICK(pipe, a, b, c))
172 #define _PHY3(phy, ...) _PICK(phy, __VA_ARGS__)
1785 #define CNL_PORT_PCS_DW1_GRP(port) _MMIO(_PICK(port, \
1793 #define CNL_PORT_PCS_DW1_LN0(port) _MMIO(_PICK(port, \
1829 #define _CNL_PORT_TX_DW_GRP(port, dw) (_PICK((port), \
1837 #define _CNL_PORT_TX_DW_LN0(port, dw) (_PICK((port), \
8853 #define HSW_PWR_WELL_CTL_BIOS(pw) _MMIO(_PICK(_HSW_PW_REG_IDX(pw), \
8857 #define HSW_PWR_WELL_CTL_DRIVER(pw) _MMIO(_PICK(_HSW_PW_REG_IDX(pw), \
8863 #define HSW_PWR_WELL_CTL_DEBUG(pw) _MMIO(_PICK(_HSW_PW_REG_IDX(pw), \
8896 #define CNL_AUX_ANAOVRD1(pw) _MMIO(_PICK(_CNL_AUX_REG_IDX(pw), \
8957 #define _PORT_HDCP_AUTHENC(port, x) _MMIO(_PICK(port, \