Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/sdhci/
H A Dsdhci.c1282 slot->hostctrl |= SDHCI_CTRL_8BITBUS;
1283 slot->hostctrl &= ~SDHCI_CTRL_4BITBUS;
1285 slot->hostctrl &= ~SDHCI_CTRL_8BITBUS;
1286 slot->hostctrl |= SDHCI_CTRL_4BITBUS;
1288 slot->hostctrl &= ~SDHCI_CTRL_8BITBUS;
1295 slot->hostctrl |= SDHCI_CTRL_HISPD;
1297 slot->hostctrl &= ~SDHCI_CTRL_HISPD;
2736 slot->hostctrl |= SDHCI_CTRL_8BITBUS;
2740 slot->hostctrl |= SDHCI_CTRL_4BITBUS;
2749 slot->hostctrl |= SDHCI_CTRL_HISPD;
[all …]
H A Dsdhci.h394 uint8_t hostctrl; /* Current host control register */ member