Home
last modified time | relevance | path

Searched refs:MEMERASE (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/mtd/
Dmtd-abi.h149 #define MEMERASE _IOW('M', 2, struct erase_info_user) macro
/third_party/uboot/u-boot-2020.01/tools/env/
Dfw_env.c1099 if (ioctl(fd, MEMERASE, &erase) != 0) { in flash_write_buf()