Home
last modified time | relevance | path

Searched refs:DPLL_CTRL2 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/i915/gvt/
H A Ddisplay.c419 vgpu_vreg_t(vgpu, DPLL_CTRL2) &= in emulate_monitor_status_change()
421 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change()
423 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change()
445 vgpu_vreg_t(vgpu, DPLL_CTRL2) &= in emulate_monitor_status_change()
447 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change()
449 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change()
471 vgpu_vreg_t(vgpu, DPLL_CTRL2) &= in emulate_monitor_status_change()
473 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change()
475 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change()
H A Dhandlers.c625 if (!(vgpu_vreg_t(vgpu, DPLL_CTRL2) & DPLL_CTRL2_DDI_CLK_OFF(port)) && in skl_vgpu_get_dp_bitrate()
626 (vgpu_vreg_t(vgpu, DPLL_CTRL2) & DPLL_CTRL2_DDI_SEL_OVERRIDE(port))) { in skl_vgpu_get_dp_bitrate()
627 dpll_id += (vgpu_vreg_t(vgpu, DPLL_CTRL2) & in skl_vgpu_get_dp_bitrate()
/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-reg.h1052 #define DPLL_CTRL2 0x868 macro