提交 3f7632e1 编写于 作者: S Stefan Brüns 提交者: Vinod Koul

dmaengine: List all allowed values for src/dst_addr_width in kernel doc

Commit 93c6ee94 ("dma: Support for 3 bytes word size") and
commit 534a7298 ("dmaengine: Add 16 bytes, 32 bytes and 64 bytes
bus widths") added additional values for the allowed word size, but
omitted these from the struct dma_slave_config documentation.
Signed-off-by: NStefan Brüns <stefan.bruens@rwth-aachen.de>
Signed-off-by: NVinod Koul <vinod.koul@intel.com>
上级 2bd6bf03
...@@ -329,7 +329,7 @@ enum dma_slave_buswidth { ...@@ -329,7 +329,7 @@ enum dma_slave_buswidth {
* @src_addr_width: this is the width in bytes of the source (RX) * @src_addr_width: this is the width in bytes of the source (RX)
* register where DMA data shall be read. If the source * register where DMA data shall be read. If the source
* is memory this may be ignored depending on architecture. * is memory this may be ignored depending on architecture.
* Legal values: 1, 2, 4, 8. * Legal values: 1, 2, 3, 4, 8, 16, 32, 64.
* @dst_addr_width: same as src_addr_width but for destination * @dst_addr_width: same as src_addr_width but for destination
* target (TX) mutatis mutandis. * target (TX) mutatis mutandis.
* @src_maxburst: the maximum number of words (note: words, as in * @src_maxburst: the maximum number of words (note: words, as in
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册