Home
last modified time | relevance | path

Searched refs:PROTO_MMCSD (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/dev/mmcnull/
H A Dmmcnull.c376 cpi->protocol = PROTO_MMCSD; in mmcnull_action_sd()
392 cts->protocol = PROTO_MMCSD; in mmcnull_action_sd()
/freebsd-12.1/sys/cam/mmc/
H A Dmmc_xpt.c158 .proto = PROTO_MMCSD,
798 path->device->protocol = PROTO_MMCSD; in mmcprobe_done()
H A Dmmc_da.c641 if (cgd->protocol != PROTO_MMCSD) in sddaasync()
/freebsd-12.1/sys/arm/allwinner/
H A Daw_mmc.c235 cpi->protocol = PROTO_MMCSD; in aw_mmc_cam_action()
250 cts->protocol = PROTO_MMCSD; in aw_mmc_cam_action()
/freebsd-12.1/sys/cam/
H A Dcam_ccb.h276 PROTO_MMCSD, /* MMC, SD, SDIO */ enumerator
/freebsd-12.1/sys/dev/sdhci/
H A Dsdhci.c2577 cpi->protocol = PROTO_MMCSD;
2592 cts->protocol = PROTO_MMCSD;
/freebsd-12.1/sbin/camcontrol/
H A Dcamcontrol.c600 } else if (dev_result->protocol == PROTO_MMCSD){ in getdevtree()
5534 case PROTO_MMCSD: in get_device_type()