Home
last modified time | relevance | path

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

/linux-6.15/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;
94 u32 carveout;
96 spinlock_t lock;
97 struct admac_tx *current_tx;
98 int nperiod_acks;
106 struct list_head submitted;
107 struct list_head issued;
[all …]