FreeBSD kernel pms device code
_ag_dma_addr Struct Reference

#include <lxcommon.h>

Data Fields

void * dmaVirtAddr
 
vm_paddr_t dmaPhysAddr
 
U32 memSize
 
bit32 type
 
bus_addr_t nocache_busaddr
 
void * nocache_mem
 

Detailed Description

Definition at line 373 of file lxcommon.h.

Field Documentation

◆ dmaPhysAddr

vm_paddr_t _ag_dma_addr::dmaPhysAddr

Definition at line 375 of file lxcommon.h.

Referenced by agtiapi_InitResource(), ostiAllocMemory(), and ostiFreeMemory().

◆ dmaVirtAddr

void* _ag_dma_addr::dmaVirtAddr

Definition at line 374 of file lxcommon.h.

Referenced by agtiapi_InitResource(), ostiAllocMemory(), and ostiFreeMemory().

◆ memSize

U32 _ag_dma_addr::memSize

Definition at line 376 of file lxcommon.h.

Referenced by agtiapi_InitResource(), ostiAllocMemory(), and ostiFreeMemory().

◆ nocache_busaddr

bus_addr_t _ag_dma_addr::nocache_busaddr

Definition at line 378 of file lxcommon.h.

Referenced by agtiapi_alloc_ostimem(), and ostiAllocMemory().

◆ nocache_mem

void* _ag_dma_addr::nocache_mem

Definition at line 379 of file lxcommon.h.

Referenced by agtiapi_alloc_ostimem(), and ostiAllocMemory().

◆ type

bit32 _ag_dma_addr::type

Definition at line 377 of file lxcommon.h.

Referenced by agtiapi_InitResource().


The documentation for this struct was generated from the following file: