Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc_legacy.c115 static struct mmc mmc_static = { variable
131 struct mmc *mmc = &mmc_static; in mmc_create()
H A Dmmc.c36 static struct mmc mmc_static; variable
39 return &mmc_static; in find_mmc_device()
44 struct mmc *m = &mmc_static; in mmc_do_preinit()