HomeSort by relevance Sort by last modified time
    Searched refs:getwp (Results 1 - 3 of 3) sorted by null

  /external/u-boot/include/
mmc.h 486 int (*getwp)(struct mmc *mmc); member in struct:mmc_ops
  /external/u-boot/drivers/mmc/
mmc.c 51 if (mmc->cfg->ops->getwp)
52 wp = mmc->cfg->ops->getwp(mmc);
    [all...]
omap_hsmmc.c     [all...]

Completed in 50 milliseconds