Barrelfish
Data Fields
dma_device Struct Reference
+ Collaboration diagram for dma_device:

Data Fields

dma_dev_id_t id
 device id
 
dma_dev_st_t state
 device state
 
dma_dev_type_t type
 stores the device type
 
struct dma_mem mmio
 MMIO register mappings.
 
struct {
   struct dma_channel **   c
 DMA channel pointers.
 
   uint8_t   count
 Number of channels of this device.
 
   uint8_t   next
 Next channel to allocate for requests.
 
channels
 Channel information.
 

Detailed Description

Represents the generic part of a DMA device


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