Home
last modified time | relevance | path

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

/src/sys/arm/allwinner/
H A Daw_mmc.c161 struct mmc_host aw_host; member
241 cts->host_ocr = sc->aw_host.host_ocr; in aw_mmc_get_tran_settings()
242 cts->host_f_min = sc->aw_host.f_min; in aw_mmc_get_tran_settings()
243 cts->host_f_max = sc->aw_host.f_max; in aw_mmc_get_tran_settings()
244 cts->host_caps = sc->aw_host.caps; in aw_mmc_get_tran_settings()
247 memcpy(&cts->ios, &sc->aw_host.ios, sizeof(struct mmc_ios)); in aw_mmc_get_tran_settings()
260 ios = &sc->aw_host.ios; in aw_mmc_set_tran_settings()
482 sc->aw_host.f_min = 400000; in aw_mmc_attach()
483 sc->aw_host.f_max = 52000000; in aw_mmc_attach()
484 sc->aw_host.host_ocr = MMC_OCR_320_330 | MMC_OCR_330_340; in aw_mmc_attach()
[all …]