Searched refs:OCR_HCS (Results 1 – 4 of 4) sorted by relevance
23 #define OCR_HCS BIT(30) macro
408 ret = mmc_send_cmd(MMC_ACMD(41), OCR_HCS | in sd_send_op_cond()418 if ((mmc_ocr_value & OCR_HCS) != 0U) { in sd_send_op_cond()
390 ret = sdmmc_send_cmd(MMC_ACMD(41), OCR_HCS | in sdmmc_sd_send_op_cond()400 if ((mmc_ocr_value & OCR_HCS) != 0U) { in sdmmc_sd_send_op_cond()
327 if (cmd_arg == OCR_HCS) in rpi3_sdhost_send_cmd()