Searched refs:sdma_size (Results 1 – 2 of 2) sorted by relevance
582 u32 sdma_size, sdma_trd_info; in cdns_xspi_sdma_handle() local585 sdma_size = readl(cdns_xspi->iobase + CDNS_XSPI_SDMA_SIZE_REG); in cdns_xspi_sdma_handle()592 cdns_xspi->in_buffer, sdma_size); in cdns_xspi_sdma_handle()597 cdns_xspi->out_buffer, sdma_size); in cdns_xspi_sdma_handle()654 u32 sdma_size, sdma_trd_info; in marvell_xspi_sdma_handle() local657 sdma_size = readl(cdns_xspi->iobase + CDNS_XSPI_SDMA_SIZE_REG); in marvell_xspi_sdma_handle()664 cdns_xspi->in_buffer, sdma_size); in marvell_xspi_sdma_handle()669 cdns_xspi->out_buffer, sdma_size); in marvell_xspi_sdma_handle()
1883 u32 sdma_size; in cadence_nand_read_buf() local1887 status = cadence_nand_wait_on_sdma(cdns_ctrl, &thread_nr, &sdma_size); in cadence_nand_read_buf()1904 if (sdma_size > len) { in cadence_nand_read_buf()1912 sdma_size / 4 - len_in_words); in cadence_nand_read_buf()1916 sdma_size / 8 - len_in_words); in cadence_nand_read_buf()1940 sdma_size, DMA_FROM_DEVICE); in cadence_nand_read_buf()1956 u32 sdma_size; in cadence_nand_write_buf() local1976 if (sdma_size > len) { in cadence_nand_write_buf()1988 sdma_size / 4 - len_in_words); in cadence_nand_write_buf()1992 sdma_size / 8 - len_in_words); in cadence_nand_write_buf()[all …]