Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmmc.h492 int (*getwp)(struct mmc *mmc); member
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c51 if (mmc->cfg->ops->getwp) in mmc_getwp()
52 wp = mmc->cfg->ops->getwp(mmc); in mmc_getwp()
H A Domap_hsmmc.c1538 .getwp = omap_hsmmc_getwp,