Searched refs:_PHY3 (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/i915/ |
D | i915_reg.h | 240 #define _PHY3(phy, ...) _PICK(phy, __VA_ARGS__) macro 244 #define _MMIO_PHY3(phy, a, b, c) _MMIO(_PHY3(phy, a, b, c)) 1735 #define BXT_PHY_BASE(phy) _PHY3((phy), _BXT_PHY0_BASE, \
|