Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/freebsd/driver/common/
H A Dlxutil.c229 AGTIAPI_64BIT_ALIGN ) { in agtiapi_InitResource()
232 AGTIAPI_64BIT_ALIGN; in agtiapi_InitResource()
344 alignment < AGTIAPI_64BIT_ALIGN ) { in agtiapi_InitResource()
346 alignment = AGTIAPI_64BIT_ALIGN; in agtiapi_InitResource()
392 AGTIAPI_64BIT_ALIGN ) { in agtiapi_InitResource()
393 pRscInfo->tiSharedMem.tdSharedCachedMem1.alignment = AGTIAPI_64BIT_ALIGN; in agtiapi_InitResource()
512 if( lTmpAlign < AGTIAPI_64BIT_ALIGN ) { in agtiapi_ScopeDMARes()
515 lTmpAlign = AGTIAPI_64BIT_ALIGN; in agtiapi_ScopeDMARes()
563 if( lTmpAlign < AGTIAPI_64BIT_ALIGN ) { in agtiapi_ScopeDMARes()
565 lTmpAlign = AGTIAPI_64BIT_ALIGN; in agtiapi_ScopeDMARes()
H A Dlxcommon.h53 #define AGTIAPI_64BIT_ALIGN 8 /* 64 bit environment alignment */ macro