Searched defs:chipstatus (Results 1 - 4 of 4) sorted by relevance

/drivers/mtd/chips/
H A Dcfi_cmdset_0020.c849 unsigned char chipstatus = status.x[0]; local
850 if (!map_word_equal(map, status, CMD(chipstatus))) {
854 chipstatus |= status.x[w] >> (cfi->device_type * 8);
858 status.x[0], chipstatus);
864 if ((chipstatus & 0x30) == 0x30) {
865 printk(KERN_NOTICE "Chip reports improper command sequence: status 0x%x\n", chipstatus);
867 } else if (chipstatus & 0x02) {
870 } else if (chipstatus & 0x8) {
872 printk(KERN_WARNING "Chip reports voltage low on erase: status 0x%x\n", chipstatus);
874 } else if (chipstatus
[all...]
H A Dcfi_cmdset_0001.c1532 unsigned long chipstatus = MERGESTATUS(status); local
1539 if (chipstatus & 0x02) {
1541 } else if (chipstatus & 0x08) {
1545 printk(KERN_ERR "%s: word write error (status 0x%lx)\n", map->name, chipstatus);
1772 unsigned long chipstatus = MERGESTATUS(status); local
1779 if (chipstatus & 0x02) {
1781 } else if (chipstatus & 0x08) {
1785 printk(KERN_ERR "%s: buffer write error (status 0x%lx)\n", map->name, chipstatus);
1912 unsigned long chipstatus = MERGESTATUS(status); local
1919 if ((chipstatus
[all...]
/drivers/net/wireless/brcm80211/include/
H A Dchipcommon.h42 u32 chipstatus; /* 0x2c, rev >= 11 */ member in struct:chipcregs
/drivers/net/wireless/bcmdhd/include/
H A Dsbchipc.h111 uint32 chipstatus; member in struct:__anon3344

Completed in 94 milliseconds