Home
last modified time | relevance | path

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

/freebsd/sys/dev/sdhci/
H A Dsdhci.c1381 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 …]
H A Dsdhci.h394 uint8_t hostctrl; /* Current host control register */ member