|
@@ -26,7 +26,7 @@ static void tmio_mmc_enable_dma(struct tmio_mmc_host *host, bool enable)
|
|
|
{
|
|
|
#if defined(CONFIG_SUPERH) || defined(CONFIG_ARCH_SHMOBILE)
|
|
|
/* Switch DMA mode on or off - SuperH specific? */
|
|
|
- sd_ctrl_write16(host, enable ? 2 : 0, CTL_DMA_ENABLE);
|
|
|
+ sd_ctrl_write16(host, CTL_DMA_ENABLE, enable ? 2 : 0);
|
|
|
#endif
|
|
|
}
|
|
|
|