Searched refs:sdma_size (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/spi/ |
D | spi-cadence-xspi.c | 582 u32 sdma_size, sdma_trd_info; in cdns_xspi_sdma_handle() local 585 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() local 657 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()
|
/linux-6.12.1/drivers/mtd/nand/raw/ |
D | cadence-nand-controller.c | 1881 u32 sdma_size; in cadence_nand_read_buf() local 1885 status = cadence_nand_wait_on_sdma(cdns_ctrl, &thread_nr, &sdma_size); in cadence_nand_read_buf() 1902 if (sdma_size > len) { in cadence_nand_read_buf() 1910 sdma_size / 4 - len_in_words); in cadence_nand_read_buf() 1914 sdma_size / 8 - len_in_words); in cadence_nand_read_buf() 1938 sdma_size, DMA_FROM_DEVICE); in cadence_nand_read_buf() 1954 u32 sdma_size; in cadence_nand_write_buf() local 1958 status = cadence_nand_wait_on_sdma(cdns_ctrl, &thread_nr, &sdma_size); in cadence_nand_write_buf() 1974 if (sdma_size > len) { in cadence_nand_write_buf() 1986 sdma_size / 4 - len_in_words); in cadence_nand_write_buf() [all …]
|