Searched refs:port_is_ahb (Results 1 – 1 of 1) sorted by relevance
231 #define port_is_ahb(maxdw) ({ typeof(maxdw) (_maxdw) = (maxdw); \ macro235 #define get_chan_max_dw(maxdw, maxburst)((port_is_ahb(maxdw) || \478 if (sdw == DMA_SLAVE_BUSWIDTH_8_BYTES && port_is_ahb(ddata->ports_max_dw[sap])) in stm32_dma3_check_user_setting()480 if (ddw == DMA_SLAVE_BUSWIDTH_8_BYTES && port_is_ahb(ddata->ports_max_dw[dap])) in stm32_dma3_check_user_setting()585 if ((port_is_ahb(sap_max_dw) && sdw == DMA_SLAVE_BUSWIDTH_8_BYTES) || in stm32_dma3_chan_prep_hw()586 (port_is_ahb(dap_max_dw) && ddw == DMA_SLAVE_BUSWIDTH_8_BYTES)) { in stm32_dma3_chan_prep_hw()