Home
last modified time | relevance | path

Searched refs:SDHCI_GET_CMD (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h50 #define SDHCI_GET_CMD(c) ((c>>8) & 0x3f) macro
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci.h60 #define SDHCI_GET_CMD(c) ((c>>8) & 0x3f) macro
H A Dsdhci-msm.c2219 SDHCI_GET_CMD(val) != MMC_SEND_TUNING_BLOCK_HS200 && in __sdhci_msm_check_write()
2220 SDHCI_GET_CMD(val) != MMC_SEND_TUNING_BLOCK) in __sdhci_msm_check_write()
H A Dsdhci-of-esdhc.c1219 command = SDHCI_GET_CMD(sdhci_readw(host, in esdhc_irq()
H A Dsdhci-tegra.c268 cmd = SDHCI_GET_CMD(val); in tegra210_sdhci_writew()
H A Dsdhci.c3299 command = SDHCI_GET_CMD(sdhci_readw(host, SDHCI_COMMAND)); in sdhci_data_irq()
3358 SDHCI_GET_CMD(sdhci_readw(host, SDHCI_COMMAND)) in sdhci_data_irq()