Searched refs:ATMCI_MR_CLKODD (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/mmc/host/ | ||
| D | atmel-mci-regs.h | 34 # define ATMCI_MR_CLKODD(x) ((x) << 16) /* LSB of Clock Divider */ macro |
| D | atmel-mci.c | 1342 | ATMCI_MR_CLKODD(clkdiv & 1); in atmci_set_ios() |