Lines Matching refs:hostctrl
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;
1289 slot->hostctrl &= ~SDHCI_CTRL_4BITBUS;
1295 slot->hostctrl |= SDHCI_CTRL_HISPD;
1297 slot->hostctrl &= ~SDHCI_CTRL_HISPD;
1298 WR1(slot, SDHCI_HOST_CONTROL, slot->hostctrl);
2076 WR1(slot, SDHCI_HOST_CONTROL, slot->hostctrl |= SDHCI_CTRL_LED);
2088 WR1(slot, SDHCI_HOST_CONTROL, slot->hostctrl &= ~SDHCI_CTRL_LED);
2736 slot->hostctrl |= SDHCI_CTRL_8BITBUS;
2737 slot->hostctrl &= ~SDHCI_CTRL_4BITBUS;
2739 slot->hostctrl &= ~SDHCI_CTRL_8BITBUS;
2740 slot->hostctrl |= SDHCI_CTRL_4BITBUS;
2742 slot->hostctrl &= ~SDHCI_CTRL_8BITBUS;
2743 slot->hostctrl &= ~SDHCI_CTRL_4BITBUS;
2749 slot->hostctrl |= SDHCI_CTRL_HISPD;
2751 slot->hostctrl &= ~SDHCI_CTRL_HISPD;
2752 WR1(slot, SDHCI_HOST_CONTROL, slot->hostctrl);