Home
last modified time | relevance | path

Searched refs:dma_power_of_2 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dmmci.h290 * @dma_power_of_2: DMA only works with blocks that are a power of 2.
338 u8 dma_power_of_2:1; member
H A Dmmci.c174 .dma_power_of_2 = true,
209 .dma_power_of_2 = true,
948 if (host->variant->dma_power_of_2 && !is_power_of_2(data->blksz)) in _mmci_dmae_prep_data()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dmmci.h306 * @dma_power_of_2: DMA only works with blocks that are a power of 2.
354 u8 dma_power_of_2:1; member
H A Dmmci.c176 .dma_power_of_2 = true,
211 .dma_power_of_2 = true,
1051 if (host->variant->dma_power_of_2 && !is_power_of_2(data->blksz)) in _mmci_dmae_prep_data()

Completed in 8 milliseconds