Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/sdhci/
Dsdhci.h106 #define SDHCI_CTRL_LED 0x01 macro
Dsdhci.c1249 WR1(slot, SDHCI_HOST_CONTROL, slot->hostctrl |= SDHCI_CTRL_LED); in sdhci_acquire_host()
1261 WR1(slot, SDHCI_HOST_CONTROL, slot->hostctrl &= ~SDHCI_CTRL_LED); in sdhci_release_host()