Searched refs:SDHCI_HOST_CONTROL (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/dev/sdhci/ |
| HD | sdhci.h | 125 #define SDHCI_HOST_CONTROL 0x28 macro
|
| HD | sdhci.c | 143 RD4(slot, SDHCI_PRESENT_STATE), RD1(slot, SDHCI_HOST_CONTROL)); in sdhci_dumpregs() 753 WR1(slot, SDHCI_HOST_CONTROL, slot->hostctrl); in sdhci_generic_update_ios() 1154 WR1(slot, SDHCI_HOST_CONTROL, slot->hostctrl |= SDHCI_CTRL_LED); in sdhci_generic_acquire_host() 1166 WR1(slot, SDHCI_HOST_CONTROL, slot->hostctrl &= ~SDHCI_CTRL_LED); in sdhci_generic_release_host()
|
| /NextBSD/sys/arm/freescale/imx/ |
| HD | imx_sdhci.c | 187 if (off == SDHCI_HOST_CONTROL) { in imx_sdhci_read_1() 374 if (off == SDHCI_HOST_CONTROL) { in imx_sdhci_write_1()
|
| /NextBSD/sys/arm/ti/ |
| HD | ti_sdhci.c | 463 ti_sdhci_write_1(dev, NULL, SDHCI_HOST_CONTROL, 0); in ti_sdhci_hw_init()
|