• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/sdhci/

Lines Matching refs:host

873 	slot->host.f_min = SDHCI_MIN_FREQ(slot->bus, slot);
874 slot->host.f_max = slot->max_clk;
875 slot->host.host_ocr = 0;
877 slot->host.host_ocr |= MMC_OCR_320_330 | MMC_OCR_330_340;
879 slot->host.host_ocr |= MMC_OCR_290_300 | MMC_OCR_300_310;
887 slot->host.host_ocr |= MMC_OCR_LOW_VOLTAGE;
888 if (slot->host.host_ocr == 0) {
1014 slot->host.caps = host_caps;
1216 ios = &slot->host.ios;
1245 struct mmc_ios *ios = &slot->host.ios;
1295 vccq = slot->host.ios.vccq;
1312 if (!(slot->host.caps & MMC_CAP_SIGNALING_180)) {
1333 sdhci_set_clock(slot, slot->host.ios.clock);
1342 const struct mmc_ios *ios = &slot->host.ios;
1419 if (slot->host.ios.timing == bus_timing_mmc_hs400)
1427 * with the host properly acquired, and
1679 * host platform's interrupt handler, and in some cases that handler
1763 /* In case of error - reset host and return. */
1923 /* If there was error - reset the host. */
2322 *result = slot->host.ios.bus_mode;
2325 *result = slot->host.ios.bus_width;
2328 *result = slot->host.ios.chip_select;
2331 *result = slot->host.ios.clock;
2334 *result = slot->host.f_min;
2337 *result = slot->host.f_max;
2340 *result = slot->host.host_ocr;
2343 *result = slot->host.mode;
2346 *result = slot->host.ocr;
2349 *result = slot->host.ios.power_mode;
2352 *result = slot->host.ios.vdd;
2368 *result = slot->host.ios.vccq;
2371 *result = slot->host.caps;
2374 *result = slot->host.ios.timing;
2413 slot->host.ios.bus_mode = value;
2416 slot->host.ios.bus_width = value;
2419 slot->host.ios.chip_select = value;
2442 slot->host.ios.clock = clock;
2444 slot->host.ios.clock = 0;
2447 slot->host.mode = value;
2450 slot->host.ocr = value;
2453 slot->host.ios.power_mode = value;
2456 slot->host.ios.vdd = value;
2459 slot->host.ios.vccq = value;
2462 slot->host.ios.timing = value;
2553 cts->proto_specific.mmc.host_ocr = slot->host.host_ocr;
2554 cts->proto_specific.mmc.host_f_min = slot->host.f_min;
2555 cts->proto_specific.mmc.host_f_max = slot->host.f_max;
2556 cts->proto_specific.mmc.host_caps = slot->host.caps;
2570 memcpy(&cts->proto_specific.mmc.ios, &slot->host.ios, sizeof(struct mmc_ios));
2646 ios = &slot->host.ios;
2699 struct mmc_ios *ios = &slot->host.ios;