Searched defs:ocs_dma_s (Results 1 – 1 of 1) sorted by relevance
440 typedef struct ocs_dma_s { struct444 void *virt; /**< virtual address of the memory used by the CPU */445 void *alloc; /**< originally allocated virtual address used to restore virt if modified */446 uintptr_t phys; /**< physical or bus address of the memory used by the hardware */447 size_t size; /**< size in bytes of the memory */451 size_t len; /**< application specific length */452 bus_dma_tag_t tag;453 bus_dmamap_t map;