Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mmc/
H A Dmmc.h448 #define MMC_SECURE_ERASE_ARG 0x80000000 macro
/openbmc/u-boot/include/
H A Dmmc.h159 #define MMC_SECURE_ERASE_ARG 0x80000000 macro
/openbmc/linux/drivers/mmc/core/
H A Dcore.c1542 if (arg == MMC_SECURE_ERASE_ARG) in mmc_mmc_erase_timeout()
1782 if (arg == MMC_SECURE_ERASE_ARG) { in mmc_erase()
H A Dblock.c1226 arg = MMC_SECURE_ERASE_ARG; in mmc_blk_issue_secdiscard_rq()