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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/chips/
H A Dcfi_cmdset_0020.c843 unsigned char chipstatus = status.x[0]; local
844 if (!map_word_equal(map, status, CMD(chipstatus))) {
848 chipstatus |= status.x[w] >> (cfi->device_type * 8);
852 status.x[0], chipstatus);
858 if ((chipstatus & 0x30) == 0x30) {
859 printk(KERN_NOTICE "Chip reports improper command sequence: status 0x%x\n", chipstatus);
861 } else if (chipstatus & 0x02) {
864 } else if (chipstatus & 0x8) {
866 printk(KERN_WARNING "Chip reports voltage low on erase: status 0x%x\n", chipstatus);
868 } else if (chipstatus
[all...]
H A Dcfi_cmdset_0001.c1369 unsigned long chipstatus = MERGESTATUS(status); local
1376 if (chipstatus & 0x02) {
1378 } else if (chipstatus & 0x08) {
1382 printk(KERN_ERR "%s: word write error (status 0x%lx)\n", map->name, chipstatus);
1608 unsigned long chipstatus = MERGESTATUS(status); local
1615 if (chipstatus & 0x02) {
1617 } else if (chipstatus & 0x08) {
1621 printk(KERN_ERR "%s: buffer write error (status 0x%lx)\n", map->name, chipstatus);
1747 unsigned long chipstatus = MERGESTATUS(status); local
1754 if ((chipstatus
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dhndpmu.c2352 if ((R_REG(osh, &cc->chipstatus) & 0x40000) != 0) {
2467 clock = (cc->chipstatus & CST43236_BP_CLK) ? (120000 * 1000) : (96000 * 1000);
2470 clock = (cc->chipstatus & CST43237_BP_CLK) ? (96000 * 1000) : (80000 * 1000);
2962 rcal_done = ((R_REG(osh, &cc->chipstatus)) & 0x8) >> 3;
2975 SPINWAIT(0 == (R_REG(osh, &cc->chipstatus) & 0x08), 10 * 1000 * 1000);
2976 ASSERT(R_REG(osh, &cc->chipstatus) & 0x08);
2982 rcal_code = (uint8)(R_REG(osh, &cc->chipstatus) >> 5) & 0x0f;
2986 R_REG(osh, &cc->chipstatus), rcal_code));
3032 SPINWAIT(0 == (R_REG(osh, &cc->chipstatus) & 0x08), 10 * 1000 * 1000);
3033 ASSERT(R_REG(osh, &cc->chipstatus)
[all...]
H A Dnflash.c245 if (R_REG(osh, &cc->chipstatus) & CST4706_PKG_OPTION) {
H A Dsiutils.c239 /* get chipcommon chipstatus */
241 sii->pub.chipst = R_REG(sii->osh, &cc->chipstatus);
569 if ((cc->chipstatus & CST43236_BP_CLK) != 0) {
4023 /* Many chips have the same mapping of their chipstatus field */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dsbchipc.h105 uint32 chipstatus; /* 0x2c, rev >= 11 */ member in struct:__anon3234
1755 /* 43228 chipstatus reg bits */
1763 /* 4706 chipstatus reg bits */

Completed in 103 milliseconds