#include <usbb_internal.h>
Data Fields | |
| struct usbb_dma_desc | hw |
| Hardware DMA descriptor. | |
| phys_addr_t | phys |
| The physical address of this descriptor. | |
For internal use only.
Definition at line 61 of file usbb_internal.h.
struct usbb_dma_desc usbb_sw_dma_desc::hw [read] |
Hardware DMA descriptor.
Definition at line 65 of file usbb_internal.h.
Referenced by usbb_udc_dma_interrupt(), usbb_udc_submit_in_queue(), and usbb_udc_submit_out_queue().
The physical address of this descriptor.
Definition at line 70 of file usbb_internal.h.
Referenced by usbb_udc_submit_in_queue(), and usbb_udc_submit_out_queue().
1.5.8