Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mmc/host/
Datmel-mci.c152 #define ATMCI_CFG_HSMODE BIT(8) /* High Speed Mode */ macro
566 val & ATMCI_CFG_HSMODE ? " HSMODE" : "", in atmci_regs_show()
1457 host->cfg_reg |= ATMCI_CFG_HSMODE; in atmci_set_ios()
1459 host->cfg_reg &= ~ATMCI_CFG_HSMODE; in atmci_set_ios()