Searched refs:chipstatus (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/mtd/chips/ |
D | cfi_cmdset_0020.c | 846 unsigned char chipstatus = status.x[0]; in do_erase_oneblock() local 847 if (!map_word_equal(map, status, CMD(chipstatus))) { in do_erase_oneblock() 851 chipstatus |= status.x[w] >> (cfi->device_type * 8); in do_erase_oneblock() 855 status.x[0], chipstatus); in do_erase_oneblock() 861 if ((chipstatus & 0x30) == 0x30) { in do_erase_oneblock() 862 printk(KERN_NOTICE "Chip reports improper command sequence: status 0x%x\n", chipstatus); in do_erase_oneblock() 864 } else if (chipstatus & 0x02) { in do_erase_oneblock() 867 } else if (chipstatus & 0x8) { in do_erase_oneblock() 869 printk(KERN_WARNING "Chip reports voltage low on erase: status 0x%x\n", chipstatus); in do_erase_oneblock() 871 } else if (chipstatus & 0x20) { in do_erase_oneblock() [all …]
|
D | cfi_cmdset_0001.c | 1564 unsigned long chipstatus = MERGESTATUS(status); in do_write_oneword() local 1571 if (chipstatus & 0x02) { in do_write_oneword() 1573 } else if (chipstatus & 0x08) { in do_write_oneword() 1577 printk(KERN_ERR "%s: word write error (status 0x%lx)\n", map->name, chipstatus); in do_write_oneword() 1810 unsigned long chipstatus = MERGESTATUS(status); in do_write_buffer() local 1817 if (chipstatus & 0x02) { in do_write_buffer() 1819 } else if (chipstatus & 0x08) { in do_write_buffer() 1823 printk(KERN_ERR "%s: buffer write error (status 0x%lx)\n", map->name, chipstatus); in do_write_buffer() 1950 unsigned long chipstatus = MERGESTATUS(status); in do_erase_oneblock() local 1957 if ((chipstatus & 0x30) == 0x30) { in do_erase_oneblock() [all …]
|
/linux-4.4.14/drivers/net/wireless/brcm80211/include/ |
D | chipcommon.h | 42 u32 chipstatus; /* 0x2c, rev >= 11 */ member
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | aiutils.c | 454 sii->chipst = bcma_read32(cc, CHIPCREGOFFS(chipstatus)); in ai_buscore_setup()
|