Searched refs:MG_MISC_SUS0 (Results 1 – 2 of 2) sorted by relevance
3013 val = I915_READ(MG_MISC_SUS0(tc_port)); in icl_enable_phy_clock_gating()3021 I915_WRITE(MG_MISC_SUS0(tc_port), val); in icl_enable_phy_clock_gating()3045 val = I915_READ(MG_MISC_SUS0(tc_port)); in icl_disable_phy_clock_gating()3053 I915_WRITE(MG_MISC_SUS0(tc_port), val); in icl_disable_phy_clock_gating()
2149 #define MG_MISC_SUS0(tc_port) \ macro