Searched defs:ppc440spe_adma_chan (Results 1 – 1 of 1) sorted by relevance
90 struct ppc440spe_adma_chan { struct91 spinlock_t lock;92 struct ppc440spe_adma_device *device;93 struct list_head chain;94 struct dma_chan common;95 struct list_head all_slots;96 struct ppc440spe_adma_desc_slot *last_used;97 int pending;98 int slots_allocated;99 int hw_chain_inited;[all …]