|
Barrelfish
|
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. | |
Represents the generic part of a DMA device
1.8.11