Home
last modified time | relevance | path

Searched refs:TSI721_DMA_MINSTSSZ (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/rapidio/devices/
H A Dtsi721_dma.c96 sts_size = ((bd_num + 1) >= TSI721_DMA_MINSTSSZ) ? in tsi721_bdma_ch_init()
97 (bd_num + 1) : TSI721_DMA_MINSTSSZ; in tsi721_bdma_ch_init()
H A Dtsi721.h79 #define TSI721_DMA_MINSTSSZ 32 macro