Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-tegra20-slink.c105 #define SLINK_DMA_BLOCK_SIZE(x) (((x) & 0xffff) << 0) macro
486 val = SLINK_DMA_BLOCK_SIZE(tspi->curr_dma_words - 1); in tegra_slink_start_dma_based_transfer()
575 val |= SLINK_DMA_BLOCK_SIZE(cur_words - 1); in tegra_slink_start_cpu_based_transfer()