Searched refs:chipstatus (Results 1 – 2 of 2) sorted by relevance
876 unsigned char chipstatus = status; in do_erase_oneblock() local880 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()
1599 unsigned char chipstatus = status; local1603 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) {