Searched refs:ATMCI_CFG_HSMODE (Results 1 – 2 of 2) sorted by relevance
123 # define ATMCI_CFG_HSMODE ( 1 << 8) /* High Speed Mode */ macro
451 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()