Home
last modified time | relevance | path

Searched refs:MTD_CAP_NORFLASH (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/drivers/mtd/maps/
Dnora.c110 flags: MTD_CAP_NORFLASH,
125 flags: MTD_CAP_NORFLASH,
140 flags: MTD_CAP_NORFLASH,
155 flags: MTD_CAP_NORFLASH,
/linux-2.4.37.9/drivers/mtd/chips/
Djedec.c37 {{0x013D,"AMD Am29F017D",2*1024*1024,64*1024,MTD_CAP_NORFLASH},
38 {0x01AD,"AMD Am29F016",2*1024*1024,64*1024,MTD_CAP_NORFLASH},
39 {0x01D5,"AMD Am29F080",1*1024*1024,64*1024,MTD_CAP_NORFLASH},
40 {0x01A4,"AMD Am29F040",512*1024,64*1024,MTD_CAP_NORFLASH},
41 {0x20E3,"AMD Am29W040B",512*1024,64*1024,MTD_CAP_NORFLASH},
42 {0xC2AD,"Macronix MX29F016",2*1024*1024,64*1024,MTD_CAP_NORFLASH},
216 MTD->flags = MTD_CAP_NORFLASH; in jedec_probe()
Dsharp.c139 mtd->flags = MTD_CAP_NORFLASH; in sharp_probe()
Damd_flash.c754 mtd->flags = MTD_CAP_NORFLASH; in amd_flash_probe()
Dcfi_cmdset_0020.c255 mtd->flags = MTD_CAP_NORFLASH; in cfi_staa_setup()
Dcfi_cmdset_0002.c266 mtd->flags = MTD_CAP_NORFLASH; in cfi_amdstd_setup()
Dcfi_cmdset_0001.c287 mtd->flags = MTD_CAP_NORFLASH;
/linux-2.4.37.9/include/linux/mtd/
Dmtd.h59 #define MTD_CAP_NORFLASH (MTD_CLEAR_BITS|MTD_ERASEABLE) macro
/linux-2.4.37.9/drivers/mtd/devices/
Dlart.c644 mtd.flags = MTD_CAP_NORFLASH; in lart_flash_init()