Searched refs:SDHCI_GET_CMD (Results 1 – 6 of 6) sorted by relevance
50 #define SDHCI_GET_CMD(c) ((c>>8) & 0x3f) macro
60 #define SDHCI_GET_CMD(c) ((c>>8) & 0x3f) macro
2219 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()
1219 command = SDHCI_GET_CMD(sdhci_readw(host, in esdhc_irq()
268 cmd = SDHCI_GET_CMD(val); in tegra210_sdhci_writew()
3299 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()