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

/haiku/src/add-ons/accelerants/intel_extreme/
H A DFlexibleDisplayInterface.h29 { return fPipeIndex; };
32 pipe_index fPipeIndex; member in class:FDITransmitter
51 { return fPipeIndex; };
54 pipe_index fPipeIndex; member in class:FDIReceiver
85 pipe_index fPipeIndex; member in class:FDILink
H A DFlexibleDisplayInterface.cpp47 fPipeIndex(pipeIndex)
61 uint32 targetRegister = FDI_TX_CTL(fPipeIndex);
74 uint32 targetRegister = FDI_TX_CTL(fPipeIndex);
87 return (read32(FDI_TX_CTL(fPipeIndex)) & FDI_TX_PLL_ENABLED) != 0;
95 uint32 targetRegister = FDI_TX_CTL(fPipeIndex);
125 uint32 targetRegister = FDI_TX_CTL(fPipeIndex);
137 fPipeIndex(pipeIndex)
151 uint32 targetRegister = FDI_RX_CTL(fPipeIndex);
164 uint32 targetRegister = FDI_RX_CTL(fPipeIndex);
177 return (read32(FDI_RX_CTL(fPipeIndex))
[all...]
H A DPipes.h36 { return fPipeIndex; }
76 pipe_index fPipeIndex; member in class:Pipe
H A DPipes.cpp67 fPipeIndex(pipeIndex),
399 if (fPipeIndex == INTEL_PIPE_B) {
513 if (fPipeIndex == INTEL_PIPE_A) {
517 } else if (fPipeIndex == INTEL_PIPE_B) {

Completed in 36 milliseconds