Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/mtd/chips/
Dcfi_cmdset_0002.c110 case CFI_DEVICETYPE_X8: in cfi_cmdset_0002()
497 cfi_send_gen_cmd(0xAA, cfi->addr_unlock1, chip->start, map, cfi, CFI_DEVICETYPE_X8, NULL); in do_write_oneword()
498 cfi_send_gen_cmd(0x55, cfi->addr_unlock2, chip->start, map, cfi, CFI_DEVICETYPE_X8, NULL); in do_write_oneword()
499 cfi_send_gen_cmd(0xA0, cfi->addr_unlock1, chip->start, map, cfi, CFI_DEVICETYPE_X8, NULL); in do_write_oneword()
623 cfi_send_gen_cmd(0xAA, cfi->addr_unlock1, chipstart, map, cfi, CFI_DEVICETYPE_X8, NULL); in cfi_amdstd_write()
624 cfi_send_gen_cmd(0x55, cfi->addr_unlock2, chipstart, map, cfi, CFI_DEVICETYPE_X8, NULL); in cfi_amdstd_write()
625 cfi_send_gen_cmd(0x20, cfi->addr_unlock1, chipstart, map, cfi, CFI_DEVICETYPE_X8, NULL); in cfi_amdstd_write()
671 cfi_send_gen_cmd(0xAA, cfi->addr_unlock1, chipstart, map, cfi, CFI_DEVICETYPE_X8, NULL); in cfi_amdstd_write()
672 cfi_send_gen_cmd(0x55, cfi->addr_unlock2, chipstart, map, cfi, CFI_DEVICETYPE_X8, NULL); in cfi_amdstd_write()
673 cfi_send_gen_cmd(0x20, cfi->addr_unlock1, chipstart, map, cfi, CFI_DEVICETYPE_X8, NULL); in cfi_amdstd_write()
[all …]
Dgen_probe.c156 cfi->device_type = CFI_DEVICETYPE_X8; in genprobe_new_chip()
178 cfi->device_type = CFI_DEVICETYPE_X8; in genprobe_new_chip()
210 cfi->device_type = CFI_DEVICETYPE_X8; in genprobe_new_chip()
226 cfi->device_type = CFI_DEVICETYPE_X8; in genprobe_new_chip()
261 cfi->device_type = CFI_DEVICETYPE_X8; in genprobe_new_chip()
Djedec_probe.c985 case CFI_DEVICETYPE_X8: in jedec_probe_chip()
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()
/linux-2.4.37.9/include/linux/mtd/
Dcfi.h214 #define CFI_DEVICETYPE_X8 (8 / 8) macro