Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/arm/allwinner/
HDaw_mmc.c131 struct mmc_host aw_host; member
211 cts->host_ocr = sc->aw_host.host_ocr; in aw_mmc_get_tran_settings()
212 cts->host_f_min = sc->aw_host.f_min; in aw_mmc_get_tran_settings()
213 cts->host_f_max = sc->aw_host.f_max; in aw_mmc_get_tran_settings()
214 cts->host_caps = sc->aw_host.caps; in aw_mmc_get_tran_settings()
217 memcpy(&cts->ios, &sc->aw_host.ios, sizeof(struct mmc_ios)); in aw_mmc_get_tran_settings()
230 ios = &sc->aw_host.ios; in aw_mmc_set_tran_settings()
452 sc->aw_host.f_min = 400000; in aw_mmc_attach()
453 sc->aw_host.f_max = 52000000; in aw_mmc_attach()
454 sc->aw_host.host_ocr = MMC_OCR_320_330 | MMC_OCR_330_340; in aw_mmc_attach()
[all …]