Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dapple-admac.c88 struct admac_chan { struct
89 unsigned int no;
90 struct admac_data *host;
91 struct dma_chan chan;
92 struct tasklet_struct tasklet;
94 u32 carveout;
96 spinlock_t lock;
97 struct admac_tx *current_tx;
98 int nperiod_acks;
106 struct list_head submitted;
[all …]