Searched refs:hostctrl (Results 1 – 2 of 2) sorted by relevance
1381 slot->hostctrl |= SDHCI_CTRL_8BITBUS;1382 slot->hostctrl &= ~SDHCI_CTRL_4BITBUS;1384 slot->hostctrl &= ~SDHCI_CTRL_8BITBUS;1385 slot->hostctrl |= SDHCI_CTRL_4BITBUS;1387 slot->hostctrl &= ~SDHCI_CTRL_8BITBUS;1388 slot->hostctrl &= ~SDHCI_CTRL_4BITBUS;1394 slot->hostctrl |= SDHCI_CTRL_HISPD;1396 slot->hostctrl &= ~SDHCI_CTRL_HISPD;1397 WR1(slot, SDHCI_HOST_CONTROL, slot->hostctrl);2203 WR1(slot, SDHCI_HOST_CONTROL, slot->hostctrl |= SDHCI_CTRL_LED);[all …]
394 uint8_t hostctrl; /* Current host control register */ member