Home
last modified time | relevance | path

Searched refs:SDHCI_HOST_CONTROL (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/sdhci/
HDsdhci.h125 #define SDHCI_HOST_CONTROL 0x28 macro
HDsdhci.c143 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/
HDimx_sdhci.c187 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/
HDti_sdhci.c463 ti_sdhci_write_1(dev, NULL, SDHCI_HOST_CONTROL, 0); in ti_sdhci_hw_init()