Searched refs:mmcp (Results 1 – 3 of 3) sorted by relevance
595 struct mmc_params *mmcp = &path->device->mmc_ident_data; in mmcprobe_start() local707 mmcio->cmd.arg = mmcp->io_ocr; in mmcprobe_start()717 mmcio->cmd.arg = MMC_OCR_CCS | mmcp->card_ocr; /* CCS + ocr */; in mmcprobe_start()730 uint32_t cmd_arg = MMC_OCR_CCS | mmcp->card_ocr; /* CCS + ocr */ in mmcprobe_start()731 if (softc->acmd41_count < 10 && mmcp->card_ocr != 0 ) in mmcprobe_start()890 struct mmc_params *mmcp = &path->device->mmc_ident_data; in mmcprobe_done() local897 mmcp->card_features |= CARD_FEATURE_SD20; in mmcprobe_done()919 struct mmc_params *mmcp = &path->device->mmc_ident_data; in mmcprobe_done() local936 mmcp->card_features |= CARD_FEATURE_SDIO; in mmcprobe_done()940 mmcp->sdio_func_count = R4_IO_NUM_FUNCTIONS(ioifcond); in mmcprobe_done()[all …]
401 mmc_format_card_id_string(struct sdda_softc *sc, struct mmc_params *mmcp) in mmc_format_card_id_string() argument433 mmcp->card_features & CARD_FEATURE_MMC ? "MMC" : "SD", in mmc_format_card_id_string()434 mmcp->card_features & CARD_FEATURE_SDHC ? "HC" : "", in mmc_format_card_id_string()1035 struct mmc_params *mmcp = &periph->path->device->mmc_ident_data; in mmc_set_timing() local1049 if (mmcp->card_features & CARD_FEATURE_MMC) { in mmc_set_timing()1093 struct mmc_params *mmcp = &periph->path->device->mmc_ident_data; in sdda_set_bus_width() local1099 if (mmcp->card_features & CARD_FEATURE_MMC) { in sdda_set_bus_width()1241 struct mmc_params *mmcp = &periph->path->device->mmc_ident_data; in sdda_start_init() local1244 if (mmcp->card_features & CARD_FEATURE_MMC) { in sdda_start_init()1245 mmc_decode_csd_mmc(mmcp->card_csd, &softc->csd); in sdda_start_init()[all …]
818 struct mmc_params *mmcp; in sdiob_get_card_info() local 846 /* mmcp->sdio_func_count contains the number of functions w/o F0. */ in sdiob_get_card_info() 847 mmcp = &sc->ccb->ccb_h.path->device->mmc_ident_data; in sdiob_get_card_info() 848 fn_max = MIN(mmcp->sdio_func_count + 1, nitems(sc->cardinfo.f)); in sdiob_get_card_info()