dtomul 736 drivers/mmc/host/atmel-mci.c unsigned dtomul; dtomul 741 drivers/mmc/host/atmel-mci.c for (dtomul = 0; dtomul < 8; dtomul++) { dtomul 742 drivers/mmc/host/atmel-mci.c unsigned shift = dtomul_to_shift[dtomul]; dtomul 748 drivers/mmc/host/atmel-mci.c if (dtomul >= 8) { dtomul 749 drivers/mmc/host/atmel-mci.c dtomul = 7; dtomul 754 drivers/mmc/host/atmel-mci.c dtocyc << dtomul_to_shift[dtomul]); dtomul 755 drivers/mmc/host/atmel-mci.c atmci_writel(host, ATMCI_DTOR, (ATMCI_DTOMUL(dtomul) | ATMCI_DTOCYC(dtocyc)));