Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/t102xrdb/
H A Dspl.c48 int board_mmc_getwp(struct mmc *mmc) in board_mmc_getwp() function
H A Dt102xrdb.c236 int board_mmc_getwp(struct mmc *mmc) in board_mmc_getwp() function
/openbmc/u-boot/board/kosagi/novena/
H A Dnovena.c123 int board_mmc_getwp(struct mmc *mmc) in board_mmc_getwp() function
/openbmc/u-boot/board/tqc/tqma6/
H A Dtqma6.c102 int board_mmc_getwp(struct mmc *mmc) in board_mmc_getwp() function
/openbmc/u-boot/include/
H A Dmmc.h749 int board_mmc_getwp(struct mmc *mmc);
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c39 __weak int board_mmc_getwp(struct mmc *mmc) in board_mmc_getwp() function
48 wp = board_mmc_getwp(mmc); in mmc_getwp()