Home
last modified time | relevance | path

Searched refs:AGTIAPI_64BIT_ALIGN (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxutil.c228 AGTIAPI_64BIT_ALIGN ) { in agtiapi_InitResource()
231 AGTIAPI_64BIT_ALIGN; in agtiapi_InitResource()
343 alignment < AGTIAPI_64BIT_ALIGN ) { in agtiapi_InitResource()
345 alignment = AGTIAPI_64BIT_ALIGN; in agtiapi_InitResource()
391 AGTIAPI_64BIT_ALIGN ) { in agtiapi_InitResource()
392 pRscInfo->tiSharedMem.tdSharedCachedMem1.alignment = AGTIAPI_64BIT_ALIGN; in agtiapi_InitResource()
511 if( lTmpAlign < AGTIAPI_64BIT_ALIGN ) { in agtiapi_ScopeDMARes()
514 lTmpAlign = AGTIAPI_64BIT_ALIGN; in agtiapi_ScopeDMARes()
562 if( lTmpAlign < AGTIAPI_64BIT_ALIGN ) { in agtiapi_ScopeDMARes()
564 lTmpAlign = AGTIAPI_64BIT_ALIGN; in agtiapi_ScopeDMARes()
H A Dlxcommon.h52 #define AGTIAPI_64BIT_ALIGN 8 /* 64 bit environment alignment */ macro