chipstatus       1595 drivers/mtd/chips/cfi_cmdset_0001.c 		unsigned long chipstatus = MERGESTATUS(status);
chipstatus       1602 drivers/mtd/chips/cfi_cmdset_0001.c 		if (chipstatus & 0x02) {
chipstatus       1604 drivers/mtd/chips/cfi_cmdset_0001.c 		} else if (chipstatus & 0x08) {
chipstatus       1608 drivers/mtd/chips/cfi_cmdset_0001.c 			printk(KERN_ERR "%s: word write error (status 0x%lx)\n", map->name, chipstatus);
chipstatus       1841 drivers/mtd/chips/cfi_cmdset_0001.c 		unsigned long chipstatus = MERGESTATUS(status);
chipstatus       1848 drivers/mtd/chips/cfi_cmdset_0001.c 		if (chipstatus & 0x02) {
chipstatus       1850 drivers/mtd/chips/cfi_cmdset_0001.c 		} else if (chipstatus & 0x08) {
chipstatus       1854 drivers/mtd/chips/cfi_cmdset_0001.c 			printk(KERN_ERR "%s: buffer write error (status 0x%lx)\n", map->name, chipstatus);
chipstatus       1983 drivers/mtd/chips/cfi_cmdset_0001.c 		unsigned long chipstatus = MERGESTATUS(status);
chipstatus       1990 drivers/mtd/chips/cfi_cmdset_0001.c 		if ((chipstatus & 0x30) == 0x30) {
chipstatus       1991 drivers/mtd/chips/cfi_cmdset_0001.c 			printk(KERN_ERR "%s: block erase error: (bad command sequence, status 0x%lx)\n", map->name, chipstatus);
chipstatus       1993 drivers/mtd/chips/cfi_cmdset_0001.c 		} else if (chipstatus & 0x02) {
chipstatus       1996 drivers/mtd/chips/cfi_cmdset_0001.c 		} else if (chipstatus & 0x8) {
chipstatus       2000 drivers/mtd/chips/cfi_cmdset_0001.c 		} else if (chipstatus & 0x20 && retries--) {
chipstatus       2001 drivers/mtd/chips/cfi_cmdset_0001.c 			printk(KERN_DEBUG "block erase failed at 0x%08lx: status 0x%lx. Retrying...\n", adr, chipstatus);
chipstatus       2007 drivers/mtd/chips/cfi_cmdset_0001.c 			printk(KERN_ERR "%s: block erase failed at 0x%08lx (status 0x%lx)\n", map->name, adr, chipstatus);
chipstatus        144 drivers/mtd/chips/cfi_cmdset_0002.c 		unsigned long chipstatus = MERGESTATUS(status);
chipstatus        146 drivers/mtd/chips/cfi_cmdset_0002.c 		if (chipstatus & CFI_SR_ESB)
chipstatus        148 drivers/mtd/chips/cfi_cmdset_0002.c 			       map->name, chipstatus);
chipstatus        149 drivers/mtd/chips/cfi_cmdset_0002.c 		if (chipstatus & CFI_SR_PSB)
chipstatus        151 drivers/mtd/chips/cfi_cmdset_0002.c 			       map->name, chipstatus);
chipstatus        152 drivers/mtd/chips/cfi_cmdset_0002.c 		if (chipstatus & CFI_SR_WBASB)
chipstatus        154 drivers/mtd/chips/cfi_cmdset_0002.c 			       map->name, chipstatus);
chipstatus        155 drivers/mtd/chips/cfi_cmdset_0002.c 		if (chipstatus & CFI_SR_SLSB)
chipstatus        157 drivers/mtd/chips/cfi_cmdset_0002.c 			       map->name, chipstatus);
chipstatus        160 drivers/mtd/chips/cfi_cmdset_0002.c 		if (chipstatus & (CFI_SR_ESB | CFI_SR_PSB))
chipstatus        850 drivers/mtd/chips/cfi_cmdset_0020.c 		unsigned char chipstatus = status.x[0];
chipstatus        851 drivers/mtd/chips/cfi_cmdset_0020.c 		if (!map_word_equal(map, status, CMD(chipstatus))) {
chipstatus        855 drivers/mtd/chips/cfi_cmdset_0020.c 					chipstatus |= status.x[w] >> (cfi->device_type * 8);
chipstatus        859 drivers/mtd/chips/cfi_cmdset_0020.c 			       status.x[0], chipstatus);
chipstatus        865 drivers/mtd/chips/cfi_cmdset_0020.c 		if ((chipstatus & 0x30) == 0x30) {
chipstatus        866 drivers/mtd/chips/cfi_cmdset_0020.c 			printk(KERN_NOTICE "Chip reports improper command sequence: status 0x%x\n", chipstatus);
chipstatus        868 drivers/mtd/chips/cfi_cmdset_0020.c 		} else if (chipstatus & 0x02) {
chipstatus        871 drivers/mtd/chips/cfi_cmdset_0020.c 		} else if (chipstatus & 0x8) {
chipstatus        873 drivers/mtd/chips/cfi_cmdset_0020.c 			printk(KERN_WARNING "Chip reports voltage low on erase: status 0x%x\n", chipstatus);
chipstatus        875 drivers/mtd/chips/cfi_cmdset_0020.c 		} else if (chipstatus & 0x20) {
chipstatus        877 drivers/mtd/chips/cfi_cmdset_0020.c 				printk(KERN_DEBUG "Chip erase failed at 0x%08lx: status 0x%x. Retrying...\n", adr, chipstatus);
chipstatus        883 drivers/mtd/chips/cfi_cmdset_0020.c 			printk(KERN_DEBUG "Chip erase failed at 0x%08lx: status 0x%x\n", adr, chipstatus);
chipstatus        454 drivers/net/wireless/broadcom/brcm80211/brcmsmac/aiutils.c 	sii->chipst = bcma_read32(cc, CHIPCREGOFFS(chipstatus));
chipstatus         31 drivers/net/wireless/broadcom/brcm80211/include/chipcommon.h 	u32 chipstatus;	/* 0x2c, rev >= 11 */