Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_cx0_phy.c2435 intel_de_rmw(i915, XELPDP_PORT_CLOCK_CTL(encoder->port), in intel_program_port_clock_ctl()
2565 intel_de_rmw(i915, XELPDP_PORT_CLOCK_CTL(port), in intel_cx0_phy_lane_reset()
2571 if (__intel_de_wait_for_register(i915, XELPDP_PORT_CLOCK_CTL(port), in intel_cx0_phy_lane_reset()
2751 intel_de_rmw(i915, XELPDP_PORT_CLOCK_CTL(encoder->port), in intel_cx0pll_enable()
2756 if (__intel_de_wait_for_register(i915, XELPDP_PORT_CLOCK_CTL(encoder->port), in intel_cx0pll_enable()
2776 u32 val = intel_de_read(i915, XELPDP_PORT_CLOCK_CTL(encoder->port)); in intel_mtl_tbt_calc_port_clock()
2829 intel_de_rmw(i915, XELPDP_PORT_CLOCK_CTL(encoder->port), in intel_mtl_tbt_pll_enable()
2833 val = intel_de_read(i915, XELPDP_PORT_CLOCK_CTL(encoder->port)); in intel_mtl_tbt_pll_enable()
2844 intel_de_write(i915, XELPDP_PORT_CLOCK_CTL(encoder->port), val); in intel_mtl_tbt_pll_enable()
2847 if (__intel_de_wait_for_register(i915, XELPDP_PORT_CLOCK_CTL(encoder->port), in intel_mtl_tbt_pll_enable()
[all …]
Dintel_cx0_phy_regs.h117 #define XELPDP_PORT_CLOCK_CTL(port) _MMIO(_PICK_EVEN_2RANGES(port, PORT_TC1, \ macro