Home
last modified time | relevance | path

Searched defs:force_init (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/test/py/tests/
H A Dtest_tpm2.py25 def force_init(u_boot_console, force=False): function
/openbmc/u-boot/cmd/
H A Dmmc.c95 static struct mmc *init_mmc_device(int dev, bool force_init) in init_mmc_device()