Home
last modified time | relevance | path

Searched refs:chipstatus (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/mtd/chips/
Dcfi_cmdset_0020.c876 unsigned char chipstatus = status; in do_erase_oneblock() local
880 chipstatus |= status >> (cfi->device_type * 8); in do_erase_oneblock()
882 …RNING "Status is not identical for all chips: 0x%x. Merging to give 0x%02x\n", status, chipstatus); in do_erase_oneblock()
888 if ((chipstatus & 0x30) == 0x30) { in do_erase_oneblock()
891 } else if (chipstatus & 0x02) { in do_erase_oneblock()
894 } else if (chipstatus & 0x8) { in do_erase_oneblock()
898 } else if (chipstatus & 0x20) { in do_erase_oneblock()
Dcfi_cmdset_0001.c1599 unsigned char chipstatus = status; local
1603 chipstatus |= status >> (cfi->device_type * 8);
1605 …atus is not identical for all chips: 0x%llx. Merging to give 0x%02x\n", (__u64)status, chipstatus);
1611 if ((chipstatus & 0x30) == 0x30) {
1614 } else if (chipstatus & 0x02) {
1617 } else if (chipstatus & 0x8) {
1621 } else if (chipstatus & 0x20) {