Home
last modified time | relevance | path

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

/linux/drivers/dma/stm32/
H A Dstm32-dma3.c231 #define port_is_ahb(maxdw) ({ typeof(maxdw) (_maxdw) = (maxdw); \ argument
233 #define port_is_axi(maxdw) ({ typeof(maxdw) (_maxdw) = (maxdw); \ argument
235 #define get_chan_max_dw(maxdw, maxburst)((port_is_ahb(maxdw) || \ argument