提交 1ebbe3d3 编写于 作者: L Ludovic Desroches 提交者: Chris Ball

mmc: atmel-mci: use ATMEL_PDC_SCND_BUF_OFF instead of a literal value

Signed-off-by: NLudovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: NChris Ball <cjb@laptop.org>
上级 11d1488b
...@@ -603,8 +603,8 @@ static void atmci_pdc_set_single_buf(struct atmel_mci *host, ...@@ -603,8 +603,8 @@ static void atmci_pdc_set_single_buf(struct atmel_mci *host,
} }
if (buf_nb == PDC_SECOND_BUF) { if (buf_nb == PDC_SECOND_BUF) {
pointer_reg += 0x10; pointer_reg += ATMEL_PDC_SCND_BUF_OFF;
counter_reg += 0x10; counter_reg += ATMEL_PDC_SCND_BUF_OFF;
} }
atmci_writel(host, pointer_reg, sg_dma_address(host->sg)); atmci_writel(host, pointer_reg, sg_dma_address(host->sg));
......
...@@ -33,4 +33,6 @@ ...@@ -33,4 +33,6 @@
#define ATMEL_PDC_PTSR 0x124 /* Transfer Status Register */ #define ATMEL_PDC_PTSR 0x124 /* Transfer Status Register */
#define ATMEL_PDC_SCND_BUF_OFF 0x10 /* Offset between first and second buffer registers */
#endif #endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册