OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PORT_E
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/arch/arm/ep93xx/
epgpiovar.h
36
PORT_E
= 4,
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_ddi.c
712
if (port == PORT_A || port ==
PORT_E
)
1150
I915_WRITE(PORT_CLK_SEL(
PORT_E
), ddi_pll_sel);
1157
I915_WRITE(DP_TP_CTL(
PORT_E
),
1167
I915_WRITE(DDI_BUF_CTL(
PORT_E
),
1171
POSTING_READ(DDI_BUF_CTL(
PORT_E
));
1195
temp = I915_READ(DP_TP_STATUS(
PORT_E
));
1214
temp = I915_READ(DDI_BUF_CTL(
PORT_E
));
1216
I915_WRITE(DDI_BUF_CTL(
PORT_E
), temp);
1217
POSTING_READ(DDI_BUF_CTL(
PORT_E
));
1220
temp = I915_READ(DP_TP_CTL(
PORT_E
));
[
all
...]
intel_bios.c
1597
[
PORT_E
] = { DVO_PORT_CRT, DVO_PORT_HDMIE, DVO_PORT_DPE},
1912
info->supports_dvi = (port != PORT_A && port !=
PORT_E
);
1914
info->supports_dp = (port !=
PORT_E
);
2270
[
PORT_E
] = { DVO_PORT_DPE, DVO_PORT_HDMIE, },
2315
[
PORT_E
] = DVO_PORT_DPE,
2347
[
PORT_E
] = { DVO_PORT_DPE, DVO_PORT_HDMIE, },
intel_display.h
218
PORT_E
,
244
case
PORT_E
:
intel_hotplug.c
106
case
PORT_E
:
intel_hdcp.c
294
case
PORT_E
:
932
return INTEL_INFO(dev_priv)->display.has_hdcp && port <
PORT_E
;
intel_crt.c
1038
crt->base.port =
PORT_E
;
intel_dp_mst.c
824
if (INTEL_GEN(i915) < 11 && port ==
PORT_E
)
intel_opregion.c
390
if (port ==
PORT_E
) {
intel_display.c
7189
case
PORT_E
:
10897
(port ==
PORT_E
) && I915_READ(LPT_TRANSCONF) & TRANS_ENABLE) {
16661
intel_ddi_init(dev_priv,
PORT_E
);
16678
intel_ddi_init(dev_priv,
PORT_E
);
16732
intel_bios_is_port_present(dev_priv,
PORT_E
))
16733
intel_ddi_init(dev_priv,
PORT_E
);
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/
edid.c
97
port =
PORT_E
;
121
port =
PORT_E
;
handlers.c
555
if (offset == i915_mmio_reg_offset(DDI_BUF_CTL(
PORT_E
)))
556
vgpu_vreg_t(vgpu, DP_TP_STATUS(
PORT_E
))
574
u32 ddi_buf_ctl = vgpu_vreg_t(vgpu, DDI_BUF_CTL(
PORT_E
));
576
u32 tx_ctl = vgpu_vreg_t(vgpu, DP_TP_CTL(
PORT_E
));
689
vgpu_vreg_t(vgpu, DP_TP_STATUS(
PORT_E
)) |=
695
calc_index(offset, _DP_TP_CTL_A, _DP_TP_CTL_B, 0, DP_TP_CTL(
PORT_E
))
2433
MMIO_D(PORT_CLK_SEL(
PORT_E
), D_ALL);
2474
MMIO_DH(DDI_BUF_CTL(
PORT_E
), D_ALL, NULL, ddi_buf_ctl_mmio_write);
2480
MMIO_DH(DP_TP_CTL(
PORT_E
), D_ALL, NULL, dp_tp_ctl_mmio_write);
2486
MMIO_DH(DP_TP_STATUS(
PORT_E
), D_ALL, NULL, NULL)
[
all
...]
display.c
284
intel_vgpu_has_monitor_on_port(vgpu,
PORT_E
)) {
Completed in 36 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025