Searched refs:lm_host (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/arm/lpc/
H A Dlpc_mmc.c73 struct mmc_host lm_host; member in struct:lpc_mmc_softc
211 sc->lm_host.f_min = 312500;
212 sc->lm_host.f_max = 2500000;
213 sc->lm_host.host_ocr = MMC_OCR_300_310 | MMC_OCR_310_320 |
216 sc->lm_host.caps = MMC_CAP_4_BIT_DATA;
223 device_set_ivars(dev, &sc->lm_host);
536 *(int *)result = sc->lm_host.ios.bus_mode;
539 *(int *)result = sc->lm_host.ios.bus_width;
542 *(int *)result = sc->lm_host.ios.chip_select;
545 *(int *)result = sc->lm_host
[all...]

Completed in 61 milliseconds