Home
last modified time | relevance | path

Searched refs:mmcp (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/cam/mmc/
H A Dmmc_xpt.c595 struct mmc_params *mmcp = &path->device->mmc_ident_data; in mmcprobe_start() local
707 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() local
897 mmcp->card_features |= CARD_FEATURE_SD20; in mmcprobe_done()
919 struct mmc_params *mmcp = &path->device->mmc_ident_data; in mmcprobe_done() local
936 mmcp->card_features |= CARD_FEATURE_SDIO; in mmcprobe_done()
940 mmcp->sdio_func_count = R4_IO_NUM_FUNCTIONS(ioifcond); in mmcprobe_done()
[all …]
H A Dmmc_da.c401 mmc_format_card_id_string(struct sdda_softc *sc, struct mmc_params *mmcp) in mmc_format_card_id_string() argument
433 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() local
1049 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() local
1099 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() local
1244 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 …]
/freebsd/sys/dev/sdio/
H A Dsdiob.c818 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()