Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/tools/env/
Dfw_env.c71 .mtd_type = MTD_ABSENT,
73 .mtd_type = MTD_ABSENT,
997 if (DEVTYPE(dev) == MTD_ABSENT) { in flash_write_buf()
1094 if (DEVTYPE(dev) != MTD_ABSENT) { in flash_write_buf()
1124 if (DEVTYPE(dev) != MTD_ABSENT) in flash_write_buf()
1220 DEVTYPE(dev_current) = MTD_ABSENT; in flash_read()
1488 } else if (DEVTYPE(dev_current) == MTD_ABSENT && in fw_env_open()
1489 DEVTYPE(!dev_current) == MTD_ABSENT && in fw_env_open()
1655 DEVTYPE(dev) = MTD_ABSENT; in check_device_config()
/third_party/uboot/u-boot-2020.01/include/mtd/
Dmtd-abi.h84 #define MTD_ABSENT 0 macro
/third_party/uboot/u-boot-2020.01/cmd/
Dmtd.c152 case MTD_ABSENT: in mtd_show_device()
/third_party/uboot/u-boot-2020.01/drivers/mtd/
Dmtdcore.c212 case MTD_ABSENT: in mtd_type_show()