Searched refs:SDHCI_RESPONSE (Results 1 – 2 of 2) sorted by relevance
94 sdhci_readl(host, SDHCI_RESPONSE), in sdhci_dumpregs()95 sdhci_readl(host, SDHCI_RESPONSE + 4)); in sdhci_dumpregs()97 sdhci_readl(host, SDHCI_RESPONSE + 8), in sdhci_dumpregs()98 sdhci_readl(host, SDHCI_RESPONSE + 12)); in sdhci_dumpregs()1759 reg = SDHCI_RESPONSE + (3 - i) * 4; in sdhci_read_rsp_136()1784 cmd->resp[0] = sdhci_readl(host, SDHCI_RESPONSE); in sdhci_finish_command()
62 #define SDHCI_RESPONSE 0x10 macro