Searched refs:_MMIO_SNPS (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | intel_snps_phy_regs.h | 18 #define _MMIO_SNPS(phy, reg) _MMIO(_SNPS2(phy, reg)) macro 22 #define SNPS_PHY_MPLLB_CP(phy) _MMIO_SNPS(phy, 0x168000) 28 #define SNPS_PHY_MPLLB_DIV(phy) _MMIO_SNPS(phy, 0x168004) 41 #define SNPS_PHY_MPLLB_FRACN1(phy) _MMIO_SNPS(phy, 0x168008) 46 #define SNPS_PHY_MPLLB_FRACN2(phy) _MMIO_SNPS(phy, 0x16800C) 50 #define SNPS_PHY_MPLLB_SSCEN(phy) _MMIO_SNPS(phy, 0x168014) 55 #define SNPS_PHY_MPLLB_SSCSTEP(phy) _MMIO_SNPS(phy, 0x168018) 58 #define SNPS_PHY_MPLLB_DIV2(phy) _MMIO_SNPS(phy, 0x16801C) 64 #define SNPS_PHY_REF_CONTROL(phy) _MMIO_SNPS(phy, 0x168188) 67 #define SNPS_PHY_TX_REQ(phy) _MMIO_SNPS(phy, 0x168200)
|