Searched refs:chipstatus (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/mtd/chips/ |
D | cfi_cmdset_0020.c | 847 unsigned char chipstatus = status.x[0]; in do_erase_oneblock() local 848 if (!map_word_equal(map, status, CMD(chipstatus))) { in do_erase_oneblock() 852 chipstatus |= status.x[w] >> (cfi->device_type * 8); in do_erase_oneblock() 856 status.x[0], chipstatus); in do_erase_oneblock() 862 if ((chipstatus & 0x30) == 0x30) { in do_erase_oneblock() 863 printk(KERN_NOTICE "Chip reports improper command sequence: status 0x%x\n", chipstatus); in do_erase_oneblock() 865 } else if (chipstatus & 0x02) { in do_erase_oneblock() 868 } else if (chipstatus & 0x8) { in do_erase_oneblock() 870 printk(KERN_WARNING "Chip reports voltage low on erase: status 0x%x\n", chipstatus); in do_erase_oneblock() 872 } else if (chipstatus & 0x20) { in do_erase_oneblock() [all …]
|
D | cfi_cmdset_0001.c | 1594 unsigned long chipstatus = MERGESTATUS(status); in do_write_oneword() local 1601 if (chipstatus & 0x02) { in do_write_oneword() 1603 } else if (chipstatus & 0x08) { in do_write_oneword() 1607 printk(KERN_ERR "%s: word write error (status 0x%lx)\n", map->name, chipstatus); in do_write_oneword() 1840 unsigned long chipstatus = MERGESTATUS(status); in do_write_buffer() local 1847 if (chipstatus & 0x02) { in do_write_buffer() 1849 } else if (chipstatus & 0x08) { in do_write_buffer() 1853 printk(KERN_ERR "%s: buffer write error (status 0x%lx)\n", map->name, chipstatus); in do_write_buffer() 1982 unsigned long chipstatus = MERGESTATUS(status); in do_erase_oneblock() local 1989 if ((chipstatus & 0x30) == 0x30) { in do_erase_oneblock() [all …]
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/include/ |
D | chipcommon.h | 42 u32 chipstatus; /* 0x2c, rev >= 11 */ member
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | aiutils.c | 454 sii->chipst = bcma_read32(cc, CHIPCREGOFFS(chipstatus)); in ai_buscore_setup()
|