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

/drivers/mtd/chips/
H A Dcfi_cmdset_0020.c846 unsigned char chipstatus = status.x[0]; local
847 if (!map_word_equal(map, status, CMD(chipstatus))) {
851 chipstatus |= status.x[w] >> (cfi->device_type * 8);
855 status.x[0], chipstatus);
861 if ((chipstatus & 0x30) == 0x30) {
862 printk(KERN_NOTICE "Chip reports improper command sequence: status 0x%x\n", chipstatus);
864 } else if (chipstatus & 0x02) {
867 } else if (chipstatus & 0x8) {
869 printk(KERN_WARNING "Chip reports voltage low on erase: status 0x%x\n", chipstatus);
871 } else if (chipstatus
[all...]
H A Dcfi_cmdset_0001.c1564 unsigned long chipstatus = MERGESTATUS(status); local
1571 if (chipstatus & 0x02) {
1573 } else if (chipstatus & 0x08) {
1577 printk(KERN_ERR "%s: word write error (status 0x%lx)\n", map->name, chipstatus);
1810 unsigned long chipstatus = MERGESTATUS(status); local
1817 if (chipstatus & 0x02) {
1819 } else if (chipstatus & 0x08) {
1823 printk(KERN_ERR "%s: buffer write error (status 0x%lx)\n", map->name, chipstatus);
1950 unsigned long chipstatus = MERGESTATUS(status); local
1957 if ((chipstatus
[all...]
/drivers/net/wireless/brcm80211/include/
H A Dchipcommon.h42 u32 chipstatus; /* 0x2c, rev >= 11 */ member in struct:chipcregs
/drivers/net/wireless/brcm80211/brcmsmac/
H A Daiutils.c453 /* get chipcommon chipstatus */
454 sii->chipst = bcma_read32(cc, CHIPCREGOFFS(chipstatus));

Completed in 470 milliseconds