Home
last modified time | relevance | path

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

/freebsd/sys/dev/sdhci/
H A Dsdhci_xenon.c157 uint16_t hostctrl2; in sdhci_xenon_set_uhs_timing() local
166 hostctrl2 = sdhci_xenon_read_2(brdev, slot, SDHCI_HOST_CONTROL2); in sdhci_xenon_set_uhs_timing()
167 hostctrl2 &= ~SDHCI_CTRL2_UHS_MASK; in sdhci_xenon_set_uhs_timing()
171 hostctrl2 |= XENON_CTRL2_MMC_HS400; in sdhci_xenon_set_uhs_timing()
173 hostctrl2 |= XENON_CTRL2_MMC_HS200; in sdhci_xenon_set_uhs_timing()
175 hostctrl2 |= SDHCI_CTRL2_UHS_SDR104; in sdhci_xenon_set_uhs_timing()
178 hostctrl2 |= SDHCI_CTRL2_UHS_SDR50; in sdhci_xenon_set_uhs_timing()
182 hostctrl2 |= SDHCI_CTRL2_UHS_DDR50; in sdhci_xenon_set_uhs_timing()
184 hostctrl2 |= SDHCI_CTRL2_UHS_SDR25; in sdhci_xenon_set_uhs_timing()
186 hostctrl2 |= SDHCI_CTRL2_UHS_SDR12; in sdhci_xenon_set_uhs_timing()
[all …]
H A Dsdhci.c1334 uint16_t hostctrl2; local
1342 hostctrl2 = RD2(slot, SDHCI_HOST_CONTROL2);
1343 hostctrl2 &= ~SDHCI_CTRL2_UHS_MASK;
1347 hostctrl2 |= SDHCI_CTRL2_MMC_HS400;
1349 hostctrl2 |= SDHCI_CTRL2_UHS_SDR104;
1352 hostctrl2 |= SDHCI_CTRL2_UHS_SDR50;
1356 hostctrl2 |= SDHCI_CTRL2_UHS_DDR50;
1358 hostctrl2 |= SDHCI_CTRL2_UHS_SDR25;
1360 hostctrl2 |= SDHCI_CTRL2_UHS_SDR12;
1361 WR2(slot, SDHCI_HOST_CONTROL2, hostctrl2);
[all …]