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

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

Completed in 53 milliseconds