Searched refs:SDHCI_CTRL_LED (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/sdhci/
H A Dfsl_sdhci.c218 val32 = wrk32 & (SDHCI_CTRL_LED | SDHCI_CTRL_CARD_DET |
395 val32 |= (val & SDHCI_CTRL_LED);
H A Dsdhci.h166 #define SDHCI_CTRL_LED 0x01 macro
H A Dsdhci.c2076 WR1(slot, SDHCI_HOST_CONTROL, slot->hostctrl |= SDHCI_CTRL_LED);
2088 WR1(slot, SDHCI_HOST_CONTROL, slot->hostctrl &= ~SDHCI_CTRL_LED);

Completed in 100 milliseconds