OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PORT_HOTPLUG_STAT
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_irq.c
1468
* bits in
PORT_HOTPLUG_STAT
. Otherwise the ISR port
1476
u32 tmp = I915_READ(
PORT_HOTPLUG_STAT
) & hotplug_status_mask;
1482
I915_WRITE(
PORT_HOTPLUG_STAT
, hotplug_status);
1486
"
PORT_HOTPLUG_STAT
did not clear (0x%08x)\n",
1487
I915_READ(
PORT_HOTPLUG_STAT
));
1586
* from PIPESTAT/
PORT_HOTPLUG_STAT
, hence clear it last.
1669
* from PIPESTAT/
PORT_HOTPLUG_STAT
, hence clear it last.
2719
intel_uncore_write(uncore,
PORT_HOTPLUG_STAT
, I915_READ(
PORT_HOTPLUG_STAT
));
3656
I915_WRITE(
PORT_HOTPLUG_STAT
, I915_READ(PORT_HOTPLUG_STAT))
[
all
...]
i915_reg.h
4568
#define
PORT_HOTPLUG_STAT
_MMIO(DISPLAY_MMIO_BASE(dev_priv) + 0x61114)
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_crt.c
569
stat = I915_READ(
PORT_HOTPLUG_STAT
);
574
I915_WRITE(
PORT_HOTPLUG_STAT
, CRT_HOTPLUG_INT_STATUS);
intel_dp.c
5465
return I915_READ(
PORT_HOTPLUG_STAT
) & bit;
5488
return I915_READ(
PORT_HOTPLUG_STAT
) & bit;
/src/sys/external/bsd/drm/dist/shared-core/
i915_reg.h
603
#define
PORT_HOTPLUG_STAT
0x61114
Completed in 41 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025