Home
last modified time | relevance | path

Searched refs:ATMCI_CFG_HSMODE (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mmc/host/
H A Datmel-mci.c153 #define ATMCI_CFG_HSMODE BIT(8) /* High Speed Mode */ macro
591 val & ATMCI_CFG_HSMODE ? " HSMODE" : "", in atmci_regs_show()
1487 host->cfg_reg |= ATMCI_CFG_HSMODE; in atmci_set_ios()
1489 host->cfg_reg &= ~ATMCI_CFG_HSMODE; in atmci_set_ios()