/linux-2.4.37.9/drivers/mtd/chips/ |
D | cfi_cmdset_0002.c | 66 cfi_send_gen_cmd(0x98, 0x55, base, map, cfi, cfi->device_type, NULL); in cfi_cmdset_0002() 73 cfi_send_gen_cmd(0xf0, 0x55, base, map, cfi, cfi->device_type, NULL); in cfi_cmdset_0002() 75 cfi_send_gen_cmd(0xaa, 0x555, base, map, cfi, cfi->device_type, NULL); in cfi_cmdset_0002() 76 cfi_send_gen_cmd(0x55, 0x2aa, base, map, cfi, cfi->device_type, NULL); in cfi_cmdset_0002() 77 cfi_send_gen_cmd(0x90, 0x555, base, map, cfi, cfi->device_type, NULL); in cfi_cmdset_0002() 94 cfi_send_gen_cmd(0x98, 0x55, base, map, cfi, cfi->device_type, NULL); in cfi_cmdset_0002() 141 cfi_send_gen_cmd(0xf0, 0x55, base, map, cfi, cfi->device_type, NULL); in cfi_cmdset_0002() 397 cfi_send_gen_cmd(0xAA, cfi->addr_unlock1, chip->start, map, cfi, cfi->device_type, NULL); in do_read_secsi_onechip() 398 cfi_send_gen_cmd(0x55, cfi->addr_unlock2, chip->start, map, cfi, cfi->device_type, NULL); in do_read_secsi_onechip() 399 cfi_send_gen_cmd(0x88, cfi->addr_unlock1, chip->start, map, cfi, cfi->device_type, NULL); in do_read_secsi_onechip() [all …]
|
D | cfi_probe.c | 67 cfi_send_gen_cmd(0xF0, 0, base, map, cfi, cfi->device_type, NULL); in cfi_probe_chip() 68 cfi_send_gen_cmd(0x98, 0x55, base, map, cfi, cfi->device_type, NULL); in cfi_probe_chip() 86 cfi_send_gen_cmd(0xF0, 0, chips[i].start, map, cfi, cfi->device_type, NULL); in cfi_probe_chip() 98 cfi_send_gen_cmd(0xF0, 0, base, map, cfi, cfi->device_type, NULL); in cfi_probe_chip() 120 cfi_send_gen_cmd(0xF0, 0, base, map, cfi, cfi->device_type, NULL); in cfi_probe_chip() 183 cfi_send_gen_cmd(0xF0, 0, base, map, cfi, cfi->device_type, NULL); in cfi_chip_setup()
|
D | cfi_cmdset_0020.c | 133 cfi_send_gen_cmd(0x98, 0x55, base, map, cfi, cfi->device_type, NULL); in cfi_cmdset_0020() 179 cfi_send_gen_cmd(0xff, 0x55, base, map, cfi, cfi->device_type, NULL); in cfi_cmdset_0020() 1185 cfi_send_gen_cmd(0x90, 0x55, 0, map, cfi, cfi->device_type, NULL); in cfi_staa_lock() 1187 cfi_send_gen_cmd(0xff, 0x55, 0, map, cfi, cfi->device_type, NULL); in cfi_staa_lock() 1193 cfi_send_gen_cmd(0x90, 0x55, 0, map, cfi, cfi->device_type, NULL); in cfi_staa_lock() 1195 cfi_send_gen_cmd(0xff, 0x55, 0, map, cfi, cfi->device_type, NULL); in cfi_staa_lock() 1327 cfi_send_gen_cmd(0x90, 0x55, 0, map, cfi, cfi->device_type, NULL); in cfi_staa_unlock() 1333 cfi_send_gen_cmd(0xff, 0x55, 0, map, cfi, cfi->device_type, NULL); in cfi_staa_unlock() 1340 cfi_send_gen_cmd(0x90, 0x55, 0, map, cfi, cfi->device_type, NULL); in cfi_staa_unlock() 1342 cfi_send_gen_cmd(0xff, 0x55, 0, map, cfi, cfi->device_type, NULL); in cfi_staa_unlock()
|
D | jedec_probe.c | 940 cfi_send_gen_cmd(0xF0, 0, base, map, cfi, cfi->device_type, NULL); in jedec_reset() 946 cfi_send_gen_cmd(0xFF, 0, base, map, cfi, cfi->device_type, NULL); in jedec_reset() 1037 cfi_send_gen_cmd(0xaa, cfi->addr_unlock1, base, map, cfi, CFI_DEVICETYPE_X8, NULL); in jedec_probe_chip() 1038 cfi_send_gen_cmd(0x55, cfi->addr_unlock2, base, map, cfi, CFI_DEVICETYPE_X8, NULL); in jedec_probe_chip() 1040 cfi_send_gen_cmd(0x90, cfi->addr_unlock1, base, map, cfi, CFI_DEVICETYPE_X8, NULL); in jedec_probe_chip()
|
D | cfi_cmdset_0001.c | 140 cfi_send_gen_cmd(0x98, 0x55, base, map, cfi, cfi->device_type, NULL); in cfi_cmdset_0001() 198 cfi_send_gen_cmd(0xff, 0x55, base, map, cfi, cfi->device_type, NULL); in cfi_cmdset_0001() 689 cfi_send_gen_cmd(0x90, 0x55,chip->start, map, cfi, cfi->device_type, NULL); 1722 cfi_send_gen_cmd(0x90, 0x55, 0, map, cfi, cfi->device_type, NULL); 1725 cfi_send_gen_cmd(0xff, 0x55, 0, map, cfi, cfi->device_type, NULL);
|
/linux-2.4.37.9/include/linux/mtd/ |
D | cfi.h | 426 static inline __u32 cfi_send_gen_cmd(u_char cmd, __u32 cmd_addr, __u32 base, in cfi_send_gen_cmd() function
|
/linux-2.4.37.9/drivers/mtd/maps/ |
D | nettel.c | 205 cfi_send_gen_cmd(0xff, 0x55, b, &nettel_intel_map, cfi, in nettel_reboot_notifier()
|