Searched refs:host_caps (Results 1 – 9 of 9) sorted by relevance
| /src/sys/dev/sdhci/ |
| H A D | sdhci.c | 292 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 …]
|
| /src/sys/dev/mmc/ |
| H A D | mmc.c | 1520 int host_caps; in mmc_host_timing() local 1522 host_caps = mmcbr_get_caps(dev); in mmc_host_timing() 1524 #define HOST_TIMING_CAP(host_caps, cap) ({ \ in mmc_host_timing() argument 1526 if (((host_caps) & (cap)) == (cap)) \ in mmc_host_timing() 1537 return (HOST_TIMING_CAP(host_caps, MMC_CAP_HSPEED)); in mmc_host_timing() 1539 return (HOST_TIMING_CAP(host_caps, MMC_CAP_UHS_SDR12)); in mmc_host_timing() 1541 return (HOST_TIMING_CAP(host_caps, MMC_CAP_UHS_SDR25)); in mmc_host_timing() 1543 return (HOST_TIMING_CAP(host_caps, MMC_CAP_UHS_DDR50)); in mmc_host_timing() 1545 return (HOST_TIMING_CAP(host_caps, MMC_CAP_UHS_SDR50)); in mmc_host_timing() 1547 return (HOST_TIMING_CAP(host_caps, MMC_CAP_UHS_SDR104)); in mmc_host_timing() [all …]
|
| /src/sys/cam/mmc/ |
| H A D | mmc_da.c | 1203 return (cts->host_caps); in sdda_get_host_caps() 1211 uint32_t host_caps; in sdda_start_init() local 1296 host_caps = cts->host_caps; in sdda_start_init() 1303 if (host_caps & MMC_CAP_HSPEED) { in sdda_start_init() 1348 (host_caps & MMC_CAP_SIGNALING_120) != 0) { in sdda_start_init() 1354 (host_caps & MMC_CAP_SIGNALING_180) != 0) { in sdda_start_init() 1360 (host_caps & MMC_CAP_SIGNALING_120) != 0) { in sdda_start_init() 1366 (host_caps & MMC_CAP_SIGNALING_180) != 0) { in sdda_start_init() 1439 (host_caps & MMC_CAP_8_BIT_DATA ? bus_width_8 : in sdda_start_init() 1440 host_caps & MMC_CAP_4_BIT_DATA ? bus_width_4 : bus_width_1); in sdda_start_init()
|
| H A D | mmc_xpt.c | 631 uint32_t host_caps = cts->host_caps; in mmcprobe_start() local 632 if (host_caps & MMC_CAP_SIGNALING_180) in mmcprobe_start()
|
| /src/sbin/camcontrol/ |
| H A D | camcontrol.c | 8163 if (cts->host_caps & MMC_CAP_4_BIT_DATA) in mmcsdcmd() 8165 if (cts->host_caps & MMC_CAP_8_BIT_DATA) in mmcsdcmd() 8169 if (cts->host_caps & MMC_CAP_HSPEED) in mmcsdcmd() 8171 if (cts->host_caps & MMC_CAP_UHS_SDR12) in mmcsdcmd() 8173 if (cts->host_caps & MMC_CAP_UHS_SDR25) in mmcsdcmd() 8175 if (cts->host_caps & MMC_CAP_UHS_SDR50) in mmcsdcmd() 8177 if (cts->host_caps & MMC_CAP_UHS_SDR104) in mmcsdcmd() 8179 if (cts->host_caps & MMC_CAP_UHS_DDR50) in mmcsdcmd() 8181 if (cts->host_caps & MMC_CAP_MMC_DDR52_120) in mmcsdcmd() 8183 if (cts->host_caps & MMC_CAP_MMC_DDR52_180) in mmcsdcmd() [all …]
|
| /src/sys/cam/ |
| H A D | cam_ccb.h | 1134 uint32_t host_caps; member
|
| /src/sys/dev/mmc/host/ |
| H A D | dwmmc.c | 1429 cts->host_caps = sc->host.caps; in dwmmc_get_tran_settings()
|
| /src/sys/arm/allwinner/ |
| H A D | aw_mmc.c | 244 cts->host_caps = sc->aw_host.caps; in aw_mmc_get_tran_settings()
|
| /src/sys/dev/rtsx/ |
| H A D | rtsx.c | 2963 cts->host_caps = sc->rtsx_host.caps;
|