Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-mxs.c170 const bool vmalloced_buf = is_vmalloc_addr(buf); in mxs_spi_txrx_dma()
171 const int desc_len = vmalloced_buf ? PAGE_SIZE : SG_MAXLEN; in mxs_spi_txrx_dma()
220 if (vmalloced_buf) { in mxs_spi_txrx_dma()
169 const bool vmalloced_buf = is_vmalloc_addr(buf); mxs_spi_txrx_dma() local
H A Dspi.c1019 const bool vmalloced_buf = is_vmalloc_addr(buf); in spi_map_buf_attrs() local
1036 if (vmalloced_buf || kmap_buf) { in spi_map_buf_attrs()
1053 if (vmalloced_buf || kmap_buf) { in spi_map_buf_attrs()
1062 if (vmalloced_buf) in spi_map_buf_attrs()