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

/xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
H A DCD_Structs.h221 UINT8 PA_Destination; member in struct:_PA_BYTE_BYTE
226 UINT8 PA_Destination; member in struct:_PA_BYTE_WORD
231 UINT8 PA_Destination; member in struct:_PA_BYTE_DWORD
236 UINT16 PA_Destination; member in struct:_PA_WORD_BYTE
241 UINT16 PA_Destination; member in struct:_PA_WORD_WORD
246 UINT16 PA_Destination; member in struct:_PA_WORD_DWORD
251 UINT16 PA_Destination; member in struct:_PA_WORD_XX
255 UINT8 PA_Destination; member in struct:_PA_BYTE_XX
260 UINT8 PA_Destination; member in struct:_PA_BYTE_BYTE_BYTE
266 UINT8 PA_Destination; member in struct:_PA_BYTE_WORD_WORD
272 UINT8 PA_Destination; member in struct:_PA_BYTE_DWORD_DWORD
278 UINT16 PA_Destination; member in struct:_PA_WORD_BYTE_BYTE
284 UINT16 PA_Destination; member in struct:_PA_WORD_WORD_WORD
290 UINT16 PA_Destination; member in struct:_PA_WORD_DWORD_DWORD
[all...]
/xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/
H A DCD_Operations.c273 pParserTempData->Index=(UINT32)UINT16LE_TO_CPU(pParserTempData->pCmd->Parameters.WordXX.PA_Destination);
299 pParserTempData->pDeviceData->pParameterSpace+pParserTempData->pCmd->Parameters.ByteXX.PA_Destination);
304 if (pParserTempData->pCmd->Parameters.ByteXX.PA_Destination < WS_QUOTIENT_C)
305 *(pParserTempData->pWorkingTableData->pWorkSpace+pParserTempData->pCmd->Parameters.ByteXX.PA_Destination) = pParserTempData->DestData32;
307 switch (pParserTempData->pCmd->Parameters.ByteXX.PA_Destination)
340 pParserTempData->Index=(UINT32)pParserTempData->pCmd->Parameters.ByteXX.PA_Destination;
348 pParserTempData->Index=(UINT32)pParserTempData->pCmd->Parameters.ByteXX.PA_Destination;
354 pParserTempData->Index=(UINT32)pParserTempData->pCmd->Parameters.ByteXX.PA_Destination;
736 value=((COMMAND_TYPE_1*)pParserTempData->pWorkingTableData->IP)->Parameters.ByteXX.PA_Destination;
754 pParserTempData->CurrentPortID = (UINT8)UINT16LE_TO_CPU(((COMMAND_TYPE_1*)pParserTempData->pWorkingTableData->IP)->Parameters.WordXX.PA_Destination);
[all...]

Completed in 4 milliseconds