Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/core/
H A Dqueue.c199 return host->can_dma_map_merge ? MMC_DMA_MAP_MERGE_SEGMENTS : in mmc_get_max_segments()
362 if (host->can_dma_map_merge) in mmc_setup_queue()
379 if (!host->can_dma_map_merge) in mmc_setup_queue()
445 host->can_dma_map_merge = 1; in mmc_init_queue()
447 host->can_dma_map_merge = 0; in mmc_init_queue()
/openbmc/linux/include/linux/mmc/
H A Dhost.h458 unsigned int can_dma_map_merge:1; /* merging can be used */ member