Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h70 #define SDHCI_CTRL_LED BIT(0) macro
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci.h85 #define SDHCI_CTRL_LED 0x01 macro
H A Dsdhci-esdhc-imx.c729 ret = val & SDHCI_CTRL_LED; in esdhc_readb_le()
755 new_val = val & SDHCI_CTRL_LED; in esdhc_writeb_le()
H A Dsdhci.c373 ctrl |= SDHCI_CTRL_LED; in __sdhci_led_activate()
385 ctrl &= ~SDHCI_CTRL_LED; in __sdhci_led_deactivate()