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

/xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
H A DCD_Structs.h317 UINT8 SourceAlignment:3; member in struct:_COMMAND_ATTRIBUTE
321 UINT8 SourceAlignment:3;
/xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/
H A DDecoder.c63 pParserTempData->CD_Mask.SrcAlignment=pParserTempData->pCmd->Header.Attribute.SourceAlignment;
H A DCD_Operations.c288 WritePCIFunctions[pParserTempData->pCmd->Header.Attribute.SourceAlignment](pParserTempData);
291 WriteIOFunctions[pParserTempData->pCmd->Header.Attribute.SourceAlignment](pParserTempData);
378 return ReadPCIFunctions[pParserTempData->pCmd->Header.Attribute.SourceAlignment](pParserTempData);
380 return ReadIOFunctions[pParserTempData->pCmd->Header.Attribute.SourceAlignment](pParserTempData);
491 return GetParametersDirectArray[pParserTempData->pCmd->Header.Attribute.SourceAlignment](pParserTempData);

Completed in 5 milliseconds