Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-rockchip-sfc.c185 u32 max_iosize; member
577 op->data.nbytes = min(op->data.nbytes, sfc->max_iosize); in rockchip_sfc_adjust_op_size()
692 sfc->max_iosize = rockchip_sfc_get_max_iosize(sfc); in rockchip_sfc_probe()
702 get_order(sfc->max_iosize)); in rockchip_sfc_probe()
708 sfc->max_iosize, DMA_BIDIRECTIONAL); in rockchip_sfc_probe()
723 dma_unmap_single(dev, sfc->dma_buffer, sfc->max_iosize, in rockchip_sfc_probe()
726 free_pages((unsigned long)sfc->buffer, get_order(sfc->max_iosize)); in rockchip_sfc_probe()
747 dma_unmap_single(&pdev->dev, sfc->dma_buffer, sfc->max_iosize, in rockchip_sfc_remove()
749 free_pages((unsigned long)sfc->buffer, get_order(sfc->max_iosize)); in rockchip_sfc_remove()