Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/host/
H A Ddwmmc.c473 dwmmc_card_task(void *arg, int pending __unused) in dwmmc_card_task() function
749 TASK_INIT(&sc->card_task, 0, dwmmc_card_task, sc); in dwmmc_attach()
751 dwmmc_card_task, sc); in dwmmc_attach()
765 dwmmc_card_task(sc, 0); in dwmmc_attach()