Symbol: DP_TP_CTL
sys/dev/pci/drm/i915/display/intel_ddi.c
2275
return DP_TP_CTL(encoder->port);
sys/dev/pci/drm/i915/display/intel_fdi.c
893
intel_de_write(display, DP_TP_CTL(PORT_E),
sys/dev/pci/drm/i915/display/intel_fdi.c
954
intel_de_rmw(display, DP_TP_CTL(PORT_E), DP_TP_CTL_ENABLE, 0);
sys/dev/pci/drm/i915/display/intel_fdi.c
955
intel_de_posting_read(display, DP_TP_CTL(PORT_E));
sys/dev/pci/drm/i915/display/intel_fdi.c
967
intel_de_write(display, DP_TP_CTL(PORT_E),
sys/dev/pci/drm/i915/gvt/handlers.c
2376
MMIO_DH(DP_TP_CTL(PORT_A), D_ALL, NULL, dp_tp_ctl_mmio_write);
sys/dev/pci/drm/i915/gvt/handlers.c
2377
MMIO_DH(DP_TP_CTL(PORT_B), D_ALL, NULL, dp_tp_ctl_mmio_write);
sys/dev/pci/drm/i915/gvt/handlers.c
2378
MMIO_DH(DP_TP_CTL(PORT_C), D_ALL, NULL, dp_tp_ctl_mmio_write);
sys/dev/pci/drm/i915/gvt/handlers.c
2379
MMIO_DH(DP_TP_CTL(PORT_D), D_ALL, NULL, dp_tp_ctl_mmio_write);
sys/dev/pci/drm/i915/gvt/handlers.c
2380
MMIO_DH(DP_TP_CTL(PORT_E), D_ALL, NULL, dp_tp_ctl_mmio_write);
sys/dev/pci/drm/i915/gvt/handlers.c
838
u32 tx_ctl = vgpu_vreg_t(vgpu, DP_TP_CTL(PORT_E));
sys/dev/pci/drm/i915/gvt/handlers.c
958
calc_index(offset, DP_TP_CTL(PORT_A), DP_TP_CTL(PORT_B), DP_TP_CTL(PORT_E))
sys/dev/pci/drm/i915/intel_gvt_mmio_table.c
534
MMIO_D(DP_TP_CTL(PORT_A));
sys/dev/pci/drm/i915/intel_gvt_mmio_table.c
535
MMIO_D(DP_TP_CTL(PORT_B));
sys/dev/pci/drm/i915/intel_gvt_mmio_table.c
536
MMIO_D(DP_TP_CTL(PORT_C));
sys/dev/pci/drm/i915/intel_gvt_mmio_table.c
537
MMIO_D(DP_TP_CTL(PORT_D));
sys/dev/pci/drm/i915/intel_gvt_mmio_table.c
538
MMIO_D(DP_TP_CTL(PORT_E));