Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 534a7298 authored by Laurent Pinchart's avatar Laurent Pinchart
Browse files

dmaengine: Add 16 bytes, 32 bytes and 64 bytes bus widths

parent fbde2867
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -279,6 +279,9 @@ enum dma_slave_buswidth {
	DMA_SLAVE_BUSWIDTH_3_BYTES = 3,
	DMA_SLAVE_BUSWIDTH_4_BYTES = 4,
	DMA_SLAVE_BUSWIDTH_8_BYTES = 8,
	DMA_SLAVE_BUSWIDTH_16_BYTES = 16,
	DMA_SLAVE_BUSWIDTH_32_BYTES = 32,
	DMA_SLAVE_BUSWIDTH_64_BYTES = 64,
};

/**