Home
last modified time | relevance | path

Searched defs:ppc440spe_adma_chan (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/dma/ppc4xx/
Dadma.h93 struct ppc440spe_adma_chan { struct
94 spinlock_t lock;
95 struct ppc440spe_adma_device *device;
96 struct list_head chain;
97 struct dma_chan common;
98 struct list_head all_slots;
99 struct ppc440spe_adma_desc_slot *last_used;
100 int pending;
101 int slots_allocated;
102 int hw_chain_inited;
[all …]