Lines Matching refs:ctrl_2
1302 u16 ctrl_2;
1307 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL2);
1309 ctrl_2 &= ~SDHCI_CTRL_UHS_MASK;
1312 ctrl_2 |= SDHCI_CTRL_UHS_SDR12;
1315 ctrl_2 |= SDHCI_CTRL_UHS_SDR25;
1318 ctrl_2 |= SDHCI_CTRL_UHS_SDR50;
1323 ctrl_2 |= SDHCI_CTRL_UHS_SDR104;
1327 ctrl_2 |= SDHCI_CTRL_UHS_DDR50;
1341 ctrl_2 &= ~SDHCI_CTRL_UHS_MASK;
1365 dev_dbg(mmc_dev(mmc), "%s: clock=%u uhs=%u ctrl_2=0x%x\n",
1366 mmc_hostname(host->mmc), host->clock, uhs, ctrl_2);
1367 sdhci_writew(host, ctrl_2, SDHCI_HOST_CONTROL2);