Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/dma/stm32/
Dstm32-dma3.c235 #define port_is_ahb(maxdw) ({ typeof(maxdw) (_maxdw) = (maxdw); \ argument
237 #define port_is_axi(maxdw) ({ typeof(maxdw) (_maxdw) = (maxdw); \ argument
239 #define get_chan_max_dw(maxdw, maxburst)((port_is_ahb(maxdw) || \ argument