Searched refs:mmcp (Results 1 – 3 of 3) sorted by relevance
596 struct mmc_params *mmcp = &path->device->mmc_ident_data; in mmcprobe_start() local708 mmcio->cmd.arg = mmcp->io_ocr; in mmcprobe_start()718 mmcio->cmd.arg = MMC_OCR_CCS | mmcp->card_ocr; /* CCS + ocr */; in mmcprobe_start()731 uint32_t cmd_arg = MMC_OCR_CCS | mmcp->card_ocr; /* CCS + ocr */ in mmcprobe_start()732 if (softc->acmd41_count < 10 && mmcp->card_ocr != 0 ) in mmcprobe_start()891 struct mmc_params *mmcp = &path->device->mmc_ident_data; in mmcprobe_done() local898 mmcp->card_features |= CARD_FEATURE_SD20; in mmcprobe_done()920 struct mmc_params *mmcp = &path->device->mmc_ident_data; in mmcprobe_done() local937 mmcp->card_features |= CARD_FEATURE_SDIO; in mmcprobe_done()941 mmcp->sdio_func_count = R4_IO_NUM_FUNCTIONS(ioifcond); in mmcprobe_done()[all …]
402 mmc_format_card_id_string(struct sdda_softc *sc, struct mmc_params *mmcp) in mmc_format_card_id_string() argument434 mmcp->card_features & CARD_FEATURE_MMC ? "MMC" : "SD", in mmc_format_card_id_string()435 mmcp->card_features & CARD_FEATURE_SDHC ? "HC" : "", in mmc_format_card_id_string()1036 struct mmc_params *mmcp = &periph->path->device->mmc_ident_data; in mmc_set_timing() local1050 if (mmcp->card_features & CARD_FEATURE_MMC) { in mmc_set_timing()1094 struct mmc_params *mmcp = &periph->path->device->mmc_ident_data; in sdda_set_bus_width() local1100 if (mmcp->card_features & CARD_FEATURE_MMC) { in sdda_set_bus_width()1242 struct mmc_params *mmcp = &periph->path->device->mmc_ident_data; in sdda_start_init() local1245 if (mmcp->card_features & CARD_FEATURE_MMC) { in sdda_start_init()1246 mmc_decode_csd_mmc(mmcp->card_csd, &softc->csd); in sdda_start_init()[all …]
821 struct mmc_params *mmcp; in sdiob_get_card_info() local850 mmcp = &sc->ccb->ccb_h.path->device->mmc_ident_data; in sdiob_get_card_info()851 fn_max = MIN(mmcp->sdio_func_count + 1, nitems(sc->cardinfo.f)); in sdiob_get_card_info()