Searched refs:max_iosize (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/spi/ |
| H A D | spi-rockchip-sfc.c | 185 u32 max_iosize; member 577 op->data.nbytes = min(op->data.nbytes, sfc->max_iosize); in rockchip_sfc_adjust_op_size() 691 sfc->max_iosize = rockchip_sfc_get_max_iosize(sfc); in rockchip_sfc_probe() 701 get_order(sfc->max_iosize)); in rockchip_sfc_probe() 707 sfc->max_iosize, DMA_BIDIRECTIONAL); in rockchip_sfc_probe() 722 dma_unmap_single(dev, sfc->dma_buffer, sfc->max_iosize, in rockchip_sfc_probe() 725 free_pages((unsigned long)sfc->buffer, get_order(sfc->max_iosize)); in rockchip_sfc_probe() 746 dma_unmap_single(&pdev->dev, sfc->dma_buffer, sfc->max_iosize, in rockchip_sfc_remove() 748 free_pages((unsigned long)sfc->buffer, get_order(sfc->max_iosize)); in rockchip_sfc_remove()
|