Home
last modified time | relevance | path

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

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