Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Datmel-mci-regs.h123 # define ATMCI_CFG_HSMODE ( 1 << 8) /* High Speed Mode */ macro
Datmel-mci.c452 val & ATMCI_CFG_HSMODE ? " HSMODE" : "", in atmci_regs_show()
1366 host->cfg_reg |= ATMCI_CFG_HSMODE; in atmci_set_ios()
1368 host->cfg_reg &= ~ATMCI_CFG_HSMODE; in atmci_set_ios()