Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/sdhci/
HDsdhci.h140 #define SDHCI_CTRL_LED 0x01 macro
HDsdhci.c1530 WR1(slot, SDHCI_HOST_CONTROL, slot->hostctrl |= SDHCI_CTRL_LED); in sdhci_generic_acquire_host()
1542 WR1(slot, SDHCI_HOST_CONTROL, slot->hostctrl &= ~SDHCI_CTRL_LED); in sdhci_generic_release_host()