Searched refs:hostctrl (Results 1 – 2 of 2) sorted by relevance
1376 slot->hostctrl |= SDHCI_CTRL_8BITBUS;1377 slot->hostctrl &= ~SDHCI_CTRL_4BITBUS;1379 slot->hostctrl &= ~SDHCI_CTRL_8BITBUS;1380 slot->hostctrl |= SDHCI_CTRL_4BITBUS;1382 slot->hostctrl &= ~SDHCI_CTRL_8BITBUS;1383 slot->hostctrl &= ~SDHCI_CTRL_4BITBUS;1389 slot->hostctrl |= SDHCI_CTRL_HISPD;1391 slot->hostctrl &= ~SDHCI_CTRL_HISPD;1392 WR1(slot, SDHCI_HOST_CONTROL, slot->hostctrl);2186 WR1(slot, SDHCI_HOST_CONTROL, slot->hostctrl |[all...]
392 uint8_t hostctrl; /* Current host control register */ member