Searched refs:regIdentity (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dintel_extreme.cpp95 const uint32 regIdentity = PCH_INTERRUPT_PIPE_IDENTITY_BDW(pipe); local
97 write32(info, regIdentity, ~0);
128 const uint32 regIdentity = PCH_INTERRUPT_PIPE_IDENTITY_BDW(INTEL_PIPE_A); local
129 uint32 identity = read32(info, regIdentity);
132 write32(info, regIdentity, identity | PCH_INTERRUPT_VBLANK_BDW);
139 const uint32 regIdentity = PCH_INTERRUPT_PIPE_IDENTITY_BDW(INTEL_PIPE_B); local
140 uint32 identity = read32(info, regIdentity);
143 write32(info, regIdentity, identity | PCH_INTERRUPT_VBLANK_BDW);
150 const uint32 regIdentity = PCH_INTERRUPT_PIPE_IDENTITY_BDW(INTEL_PIPE_C); local
151 uint32 identity = read32(info, regIdentity);
292 const uint32 regIdentity = find_reg(info, INTEL_INTERRUPT_IDENTITY); local
330 const uint32 regIdentity = find_reg(info, INTEL_INTERRUPT_IDENTITY); local
[all...]

Completed in 78 milliseconds