Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/freescale/t102xrdb/
H A Dspl.c49 int board_mmc_getwp(struct mmc *mmc) in board_mmc_getwp() function
H A Dt102xrdb.c237 int board_mmc_getwp(struct mmc *mmc) in board_mmc_getwp() function
/OK3568_Linux_fs/u-boot/board/kosagi/novena/
H A Dnovena.c122 int board_mmc_getwp(struct mmc *mmc) in board_mmc_getwp() function
/OK3568_Linux_fs/u-boot/board/tqc/tqma6/
H A Dtqma6.c103 int board_mmc_getwp(struct mmc *mmc) in board_mmc_getwp() function
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h714 int board_mmc_getwp(struct mmc *mmc);
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc.c59 __weak int board_mmc_getwp(struct mmc *mmc) in board_mmc_getwp() function
68 wp = board_mmc_getwp(mmc); in mmc_getwp()