Home
last modified time | relevance | path

Searched refs:MTD_ROM (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/mtd/
H A Dmtd-abi.h96 #define MTD_ROM 2 macro
/OK3568_Linux_fs/u-boot/include/mtd/
H A Dmtd-abi.h87 #define MTD_ROM 2 macro
/OK3568_Linux_fs/kernel/drivers/mtd/chips/
H A Dmap_rom.c54 mtd->type = MTD_ROM; in map_rom_probe()
H A DKconfig218 config MTD_ROM config
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/mtd/
H A Dmtd-abi.h96 #define MTD_ROM 2 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/mtd/
H A Dmtd-abi.h96 #define MTD_ROM 2 macro
/OK3568_Linux_fs/u-boot/cmd/
H A Dmtd.c120 case MTD_ROM: in mtd_show_device()
/OK3568_Linux_fs/kernel/drivers/mtd/maps/
H A DKconfig14 depends on MTD_CFI || MTD_JEDECPROBE || MTD_ROM || MTD_RAM || MTD_LPDDR
372 depends on (MTD_RAM=y || MTD_ROM=y) && (!MMU || COLDFIRE)
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtdcore.c221 case MTD_ROM: in mtd_type_show()
424 case MTD_ROM: in add_mtd_device()
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdcore.c112 case MTD_ROM: in mtd_type_show()
389 case MTD_ROM: in mtd_mmap_capabilities()
H A Dsm_ftl.c563 ftl->readonly = mtd->type == MTD_ROM; in sm_get_media_info()