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

/freebsd-13-stable/sys/dev/sdhci/
H A Dsdhci_acpi.c213 * AMDI0040 controllers require SDHCI_CTRL2_SAMPLING_CLOCK to be
225 ~SDHCI_CTRL2_SAMPLING_CLOCK);
231 SDHCI_CTRL2_SAMPLING_CLOCK);
H A Dsdhci.h259 #define SDHCI_CTRL2_SAMPLING_CLOCK 0x0080 macro
H A Dsdhci.c1472 hostctrl2 &= ~SDHCI_CTRL2_SAMPLING_CLOCK;
1474 hostctrl2 |= SDHCI_CTRL2_SAMPLING_CLOCK;
1512 SDHCI_CTRL2_SAMPLING_CLOCK)) == SDHCI_CTRL2_SAMPLING_CLOCK) {
1519 SDHCI_CTRL2_SAMPLING_CLOCK));

Completed in 62 milliseconds