Home
last modified time | relevance | path

Searched refs:host_caps (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/sdhci/
H A Dsdhci.c292 int host_caps = slot->host.caps; in sdhci_dumpcaps_buf() local
299 (host_caps & MMC_CAP_8_BIT_DATA) ? "8bits" : in sdhci_dumpcaps_buf()
300 ((host_caps & MMC_CAP_4_BIT_DATA) ? "4bits" : "1bit"), in sdhci_dumpcaps_buf()
305 (host_caps & MMC_CAP_SIGNALING_180) ? " 1.8V" : "", in sdhci_dumpcaps_buf()
306 (host_caps & MMC_CAP_SIGNALING_120) ? " 1.2V" : "", in sdhci_dumpcaps_buf()
307 (host_caps & MMC_CAP_DRIVER_TYPE_A) ? "A" : "", in sdhci_dumpcaps_buf()
308 (host_caps & MMC_CAP_DRIVER_TYPE_C) ? "C" : "", in sdhci_dumpcaps_buf()
309 (host_caps & MMC_CAP_DRIVER_TYPE_D) ? "D" : "", in sdhci_dumpcaps_buf()
314 if (host_caps & (MMC_CAP_MMC_DDR52 | MMC_CAP_MMC_HS200 | in sdhci_dumpcaps_buf()
317 (host_caps & MMC_CAP_MMC_DDR52) ? " DDR52" : "", in sdhci_dumpcaps_buf()
[all …]
/freebsd/sys/dev/mmc/
H A Dmmc.c1512 int host_caps; in mmc_host_timing() local
1514 host_caps = mmcbr_get_caps(dev); in mmc_host_timing()
1516 #define HOST_TIMING_CAP(host_caps, cap) ({ \ in mmc_host_timing() argument
1518 if (((host_caps) & (cap)) == (cap)) \ in mmc_host_timing()
1529 return (HOST_TIMING_CAP(host_caps, MMC_CAP_HSPEED)); in mmc_host_timing()
1531 return (HOST_TIMING_CAP(host_caps, MMC_CAP_UHS_SDR12)); in mmc_host_timing()
1533 return (HOST_TIMING_CAP(host_caps, MMC_CAP_UHS_SDR25)); in mmc_host_timing()
1535 return (HOST_TIMING_CAP(host_caps, MMC_CAP_UHS_DDR50)); in mmc_host_timing()
1537 return (HOST_TIMING_CAP(host_caps, MMC_CAP_UHS_SDR50)); in mmc_host_timing()
1539 return (HOST_TIMING_CAP(host_caps, MMC_CAP_UHS_SDR104)); in mmc_host_timing()
[all …]
/freebsd/sys/cam/mmc/
H A Dmmc_da.c1198 return (cts->host_caps); in sdda_get_host_caps()
1227 uint32_t host_caps; in sdda_start_init() local
1312 host_caps = cts->host_caps; in sdda_start_init()
1319 if (host_caps & MMC_CAP_HSPEED) { in sdda_start_init()
1364 (host_caps & MMC_CAP_SIGNALING_120) != 0) { in sdda_start_init()
1370 (host_caps & MMC_CAP_SIGNALING_180) != 0) { in sdda_start_init()
1376 (host_caps & MMC_CAP_SIGNALING_120) != 0) { in sdda_start_init()
1382 (host_caps & MMC_CAP_SIGNALING_180) != 0) { in sdda_start_init()
1455 (host_caps & MMC_CAP_8_BIT_DATA ? bus_width_8 : in sdda_start_init()
1456 host_caps & MMC_CAP_4_BIT_DATA ? bus_width_4 : bus_width_1); in sdda_start_init()
H A Dmmc_xpt.c632 uint32_t host_caps = cts->host_caps; in mmcprobe_start() local
633 if (host_caps & MMC_CAP_SIGNALING_180) in mmcprobe_start()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c8119 if (cts->host_caps & MMC_CAP_4_BIT_DATA) in mmcsdcmd()
8121 if (cts->host_caps & MMC_CAP_8_BIT_DATA) in mmcsdcmd()
8125 if (cts->host_caps & MMC_CAP_HSPEED) in mmcsdcmd()
8127 if (cts->host_caps & MMC_CAP_UHS_SDR12) in mmcsdcmd()
8129 if (cts->host_caps & MMC_CAP_UHS_SDR25) in mmcsdcmd()
8131 if (cts->host_caps & MMC_CAP_UHS_SDR50) in mmcsdcmd()
8133 if (cts->host_caps & MMC_CAP_UHS_SDR104) in mmcsdcmd()
8135 if (cts->host_caps & MMC_CAP_UHS_DDR50) in mmcsdcmd()
8137 if (cts->host_caps & MMC_CAP_MMC_DDR52_120) in mmcsdcmd()
8139 if (cts->host_caps in mmcsdcmd()
[all...]
/freebsd/sys/cam/
H A Dcam_ccb.h1113 uint32_t host_caps;
1098 uint32_t host_caps; global() member
/freebsd/sys/dev/mmc/host/
H A Ddwmmc.c1434 cts->host_caps = sc->host.caps; in dwmmc_get_tran_settings()
/freebsd/sys/arm/allwinner/
H A Daw_mmc.c213 cts->host_caps = sc->aw_host.caps; in aw_mmc_get_tran_settings()
/freebsd/sys/dev/rtsx/
H A Drtsx.c2963 cts->host_caps = sc->rtsx_host.caps;