Lines Matching defs:chipstatus
847 unsigned char chipstatus = status.x[0];
848 if (!map_word_equal(map, status, CMD(chipstatus))) {
852 chipstatus |= status.x[w] >> (cfi->device_type * 8);
856 status.x[0], chipstatus);
862 if ((chipstatus & 0x30) == 0x30) {
863 printk(KERN_NOTICE "Chip reports improper command sequence: status 0x%x\n", chipstatus);
865 } else if (chipstatus & 0x02) {
868 } else if (chipstatus & 0x8) {
870 printk(KERN_WARNING "Chip reports voltage low on erase: status 0x%x\n", chipstatus);
872 } else if (chipstatus & 0x20) {
874 printk(KERN_DEBUG "Chip erase failed at 0x%08lx: status 0x%x. Retrying...\n", adr, chipstatus);
880 printk(KERN_DEBUG "Chip erase failed at 0x%08lx: status 0x%x\n", adr, chipstatus);