Searched refs:hostctrl (Results 1 – 2 of 2) sorted by relevance
1282 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 …]
394 uint8_t hostctrl; /* Current host control register */ member