Searched defs:ppc440spe_adma_chan (Results 1 – 1 of 1) sorted by relevance
93 struct ppc440spe_adma_chan { struct94 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 …]