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

/freebsd-13-stable/sys/dev/sdhci/
H A Dsdhci.c1257 slot->hostctrl |= SDHCI_CTRL_8BITBUS;
1258 slot->hostctrl &= ~SDHCI_CTRL_4BITBUS;
1260 slot->hostctrl &= ~SDHCI_CTRL_8BITBUS;
1261 slot->hostctrl |= SDHCI_CTRL_4BITBUS;
1263 slot->hostctrl &= ~SDHCI_CTRL_8BITBUS;
1264 slot->hostctrl &= ~SDHCI_CTRL_4BITBUS;
1270 slot->hostctrl |= SDHCI_CTRL_HISPD;
1272 slot->hostctrl &= ~SDHCI_CTRL_HISPD;
1273 WR1(slot, SDHCI_HOST_CONTROL, slot->hostctrl);
2065 WR1(slot, SDHCI_HOST_CONTROL, slot->hostctrl |
[all...]
H A Dsdhci.h394 uint8_t hostctrl; /* Current host control register */ member in struct:sdhci_slot

Completed in 57 milliseconds