Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spi/
Dspi-mxs.c178 const bool vmalloced_buf = is_vmalloc_addr(buf); in mxs_spi_txrx_dma() local
179 const int desc_len = vmalloced_buf ? PAGE_SIZE : SG_MAXLEN; in mxs_spi_txrx_dma()
228 if (vmalloced_buf) { in mxs_spi_txrx_dma()
Dspi.c478 const bool vmalloced_buf = is_vmalloc_addr(buf); in spi_map_buf() local
479 const int desc_len = vmalloced_buf ? PAGE_SIZE : master->max_dma_len; in spi_map_buf()
493 if (vmalloced_buf) { in spi_map_buf()