Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Datmel-mci.c152 #define ATMCI_CFG_HSMODE BIT(8) /* High Speed Mode */ macro
566 val & ATMCI_CFG_HSMODE ? " HSMODE" : "", in atmci_regs_show()
1458 host->cfg_reg |= ATMCI_CFG_HSMODE; in atmci_set_ios()
1460 host->cfg_reg &= ~ATMCI_CFG_HSMODE; in atmci_set_ios()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Datmel-mci.c152 #define ATMCI_CFG_HSMODE BIT(8) /* High Speed Mode */ macro
598 val & ATMCI_CFG_HSMODE ? " HSMODE" : "", in atmci_regs_show()
1501 host->cfg_reg |= ATMCI_CFG_HSMODE; in atmci_set_ios()
1503 host->cfg_reg &= ~ATMCI_CFG_HSMODE; in atmci_set_ios()

Completed in 7 milliseconds