Home
last modified time | relevance | path

Searched refs:U32_64 (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.h81 U32_64 dmaHandle;
91 U32_64 startTime;
375 U32_64 osLockFlag; // flag for oslayer spin lock TBU
399 U32_64 size,
H A Dagtiapi.c442 U32_64 size, in agtiapi_getCardInfo()
453 ((sizeof(U32_64))*PCI_NUMBER_BARS) ); in agtiapi_getCardInfo()
2582 U32_64 phys_addr; in agtiapi_PrepareSGListCB()
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxcommon.h386 U32_64 pciMemBase; /* PCI MEMBASE, physical */
387 U32_64 pciMemBaseSpc[PCI_NUMBER_BARS]; // PCI MEMBASE, physical
404 U32_64 pciMemBase; // PCI MEMBASE, physical
409 U32_64 pciMemBase0; // PCI MEMBASE, physical
416 U32_64 pciMemBaseSpc[PCI_NUMBER_BARS]; // PCI MEMBASE, physical
H A Dlxutil.c146 (void*) ( (U32_64)pmsc->typh_busaddr + pmsc->typhn ) ); in agtiapi_InitResource()
632 U32_64 alignOffset = 0; in agtiapi_MemAlloc()
641 *VirtAddr = (void *)(((U32_64)*VirtAlloc + alignOffset) & ~alignOffset); in agtiapi_MemAlloc()
648 *VirtAddr = (void *)( ( (U32_64)*VirtAlloc + alignOffset) & ~alignOffset ); in agtiapi_MemAlloc()
H A Dostypes.h124 typedef unsigned long U32_64; typedef
H A Dlxencrypt.c369 …e, bit32 dek_index, bit32 blob_format, bit32 entry_sz, tiEncryptDekBlob_t *dek_blob, U32_64 *addr) in agtiapi_AddDek()
393 *addr = (U32_64) __pa(&pDekTable[0]); in agtiapi_AddDek()
395 *addr = (U32_64) virt_to_phys(&pDekTable[0]); in agtiapi_AddDek()
868 U32_64 addr = 0; in agtiapi_EncryptionIoctl()