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

/freebsd-12-stable/sys/dev/sdhci/
H A Dsdhci.c1235 uint16_t hostctrl2; local
1243 hostctrl2 = RD2(slot, SDHCI_HOST_CONTROL2);
1244 hostctrl2 &= ~SDHCI_CTRL2_UHS_MASK;
1248 hostctrl2 |= SDHCI_CTRL2_MMC_HS400;
1250 hostctrl2 |= SDHCI_CTRL2_UHS_SDR104;
1253 hostctrl2 |= SDHCI_CTRL2_UHS_SDR50;
1257 hostctrl2 |= SDHCI_CTRL2_UHS_DDR50;
1259 hostctrl2 |= SDHCI_CTRL2_UHS_SDR25;
1261 hostctrl2 |= SDHCI_CTRL2_UHS_SDR12;
1262 WR2(slot, SDHCI_HOST_CONTROL2, hostctrl2);
1314 uint16_t hostctrl2; local
1475 uint16_t hostctrl2; local
[all...]

Completed in 202 milliseconds