Searched refs:SDHCI_CMD_RESP_MASK (Results 1 – 3 of 3) sorted by relevance
691 if ((flags & SDHCI_CMD_RESP_MASK) == SDHCI_CMD_RESP_LONG) in bcm_sdhost_command()693 else if ((flags & SDHCI_CMD_RESP_MASK) == SDHCI_CMD_RESP_SHORT_BUSY) in bcm_sdhost_command()696 else if ((flags & SDHCI_CMD_RESP_MASK) == SDHCI_CMD_RESP_SHORT) in bcm_sdhost_command()
131 #define SDHCI_CMD_RESP_MASK 0x03 macro
455 if ((val & SDHCI_CMD_RESP_MASK) == SDHCI_CMD_RESP_SHORT_BUSY) { in fsl_sdhci_write_2()