Searched refs:use_dma (Results 1 – 8 of 8) sorted by relevance
| /bsp/dm365/drivers/ |
| A D | mmcsd.c | 38 static rt_bool_t use_dma = RT_TRUE; variable 66 rt_bool_t use_dma; member 972 if ((host->use_dma == RT_TRUE) && (host->bytes_left & (rw_threshold - 1)) == 0 && in mmc_dm365_prepare_data() 1418 dm365_host->use_dma = use_dma; in rt_hw_mmcsd_init() 1419 if ((dm365_host->use_dma == RT_TRUE)&& acquire_dma_channels(dm365_host) != 0) in rt_hw_mmcsd_init() 1421 dm365_host->use_dma = RT_FALSE; in rt_hw_mmcsd_init() 1427 dm365_host->use_dma = RT_FALSE; in rt_hw_mmcsd_init()
|
| /bsp/hpmicro/libraries/hpm_sdk/components/serial_nor/ |
| A D | hpm_serial_nor.c | 237 command_seq.use_dma = false; in hpm_spi_nor_read_sfdp() 254 command_seq.use_dma = false; in hpm_spi_nor_set_command() 357 command_seq.use_dma = false; in hpm_spi_nor_read_status_register() 392 command_seq.use_dma = false; in hpm_spi_nor_write_status_register() 736 command_seq.use_dma = false; in hpm_serial_nor_erase_block_blocking() 796 command_seq.use_dma = false; in hpm_serial_nor_erase_sector_blocking() 843 command_seq.use_dma = false; in hpm_serial_nor_erase_block_noblocking() 876 command_seq.use_dma = false; in hpm_serial_nor_erase_sector_noblocking() 985 command_seq.use_dma = true; in hpm_serial_nor_program_blocking() 1088 command_seq.use_dma = true; in hpm_serial_nor_page_program_noblocking() [all …]
|
| A D | hpm_serial_nor_host.h | 123 uint8_t use_dma; member
|
| /bsp/hpmicro/libraries/hpm_sdk/components/serial_nor/interface/spi/ |
| A D | hpm_serial_nor_host_spi.c | 282 if ((host->host_param.flags & SERIAL_NOR_HOST_SUPPORT_DMA) && (cmd_seq->use_dma == 1)) { in write() 330 if ((host->host_param.flags & SERIAL_NOR_HOST_SUPPORT_DMA) && (cmd_seq->use_dma == 1)) { in read() 345 if ((host->host_param.flags & SERIAL_NOR_HOST_SUPPORT_DMA) && (cmd_seq->use_dma == 1)) { in read()
|
| /bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/ |
| A D | SWM320_sdio.h | 136 …uint32_t *resp_data, uint32_t have_data, uint32_t data_read, uint16_t block_cnt, uint32_t use_dma);
|
| A D | SWM320_sdio.c | 339 … uint32_t *resp_data, uint32_t have_data, uint32_t data_read, uint16_t block_cnt, uint32_t use_dma) in _SDIO_SendCmd() argument 355 (use_dma << SDIO_CMD_DMAEN_Pos); in _SDIO_SendCmd()
|
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_sdio.h | 152 …uint32_t *resp_data, uint32_t have_data, uint32_t data_read, uint16_t block_cnt, uint32_t use_dma);
|
| A D | SWM341_sdio.c | 338 … uint32_t *resp_data, uint32_t have_data, uint32_t data_read, uint16_t block_cnt, uint32_t use_dma) in _SDIO_SendCmd() argument 354 (use_dma << SDIO_CMD_DMAEN_Pos); in _SDIO_SendCmd()
|
Completed in 24 milliseconds