Home
last modified time | relevance | path

Searched refs:mmc_get_spec_vers (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/cam/mmc/
HDmmc_da.c203 static uint32_t mmc_get_spec_vers(struct cam_periph *periph);
970 mmc_get_spec_vers(struct cam_periph *periph) { in mmc_get_spec_vers() function
988 if (mmc_get_spec_vers(periph) >= 6) in mmc_get_cmd6_timeout()
1248 if (mmc_get_spec_vers(periph) >= 4) { in sdda_start_init()
1268 if (mmc_get_spec_vers(periph) >= 4) { in sdda_start_init()
1358 if (mmcp->card_features & CARD_FEATURE_MMC && mmc_get_spec_vers(periph) >= 4) { in sdda_start_init()
1482 if (mmcp->card_features & CARD_FEATURE_MMC && mmc_get_spec_vers(periph) >= 4) { in sdda_start_init()
1695 if (mmc_get_spec_vers(periph) < 3) in sdda_process_mmc_partitions()
/freebsd-14-stable/sys/dev/mmc/
HDmmcsd.c261 if (mmc_get_spec_vers(dev) >= 4) { in mmcsd_attach()
274 if (mmc_get_spec_vers(dev) < 4) { in mmcsd_attach()
371 if (mmc_get_spec_vers(dev) < 3) in mmcsd_attach()