Home
last modified time | relevance | path

Searched refs:cfi_send_gen_cmd (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/mtd/chips/
Dcfi_cmdset_0002.c66 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 …]
Dcfi_probe.c67 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()
Dcfi_cmdset_0020.c133 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()
Djedec_probe.c940 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()
Dcfi_cmdset_0001.c140 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/
Dcfi.h426 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/
Dnettel.c205 cfi_send_gen_cmd(0xff, 0x55, b, &nettel_intel_map, cfi, in nettel_reboot_notifier()