Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/arm/lpc/
Dlpc_mmc.c75 struct mmc_host lm_host; member
213 sc->lm_host.f_min = 312500; in lpc_mmc_attach()
214 sc->lm_host.f_max = 2500000; in lpc_mmc_attach()
215 sc->lm_host.host_ocr = MMC_OCR_300_310 | MMC_OCR_310_320 | in lpc_mmc_attach()
218 sc->lm_host.caps = MMC_CAP_4_BIT_DATA; in lpc_mmc_attach()
225 device_set_ivars(dev, &sc->lm_host); in lpc_mmc_attach()
538 *(int *)result = sc->lm_host.ios.bus_mode; in lpc_mmc_read_ivar()
541 *(int *)result = sc->lm_host.ios.bus_width; in lpc_mmc_read_ivar()
544 *(int *)result = sc->lm_host.ios.chip_select; in lpc_mmc_read_ivar()
547 *(int *)result = sc->lm_host.ios.clock; in lpc_mmc_read_ivar()
[all …]