Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dsunxi_mmc.c593 int cd_state = dm_gpio_get_value(&priv->cd_gpio); in sunxi_mmc_getcd() local
595 return cd_state ^ priv->cd_inverted; in sunxi_mmc_getcd()