Searched refs:thresh_words (Results 1 – 1 of 1) sorted by relevance
401 int thresh_words; in pxa2xx_spi_set_dma_burst_and_threshold() local480 thresh_words = burst_bytes / bytes_per_word; in pxa2xx_spi_set_dma_burst_and_threshold()483 *threshold = (SSCR1_RxTresh(thresh_words) & SSCR1_RFT) in pxa2xx_spi_set_dma_burst_and_threshold()484 | (SSCR1_TxTresh(16-thresh_words) & SSCR1_TFT); in pxa2xx_spi_set_dma_burst_and_threshold()