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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhndpmu.c5133 if ((R_REG(osh, &cc->chipstatus) & 0x40000) != 0) {
5184 if (R_REG(osh, &cc->chipstatus) & CST4706_PKG_OPTION)
5284 clock = (cc->chipstatus & CST43236_BP_CLK) ? (120000 * 1000) : (96000 * 1000);
5895 rcal_done = ((R_REG(osh, &cc->chipstatus)) & 0x8) >> 3;
5908 SPINWAIT(!(R_REG(osh, &cc->chipstatus) & 0x08), 10 * 1000 * 1000);
5909 ASSERT(R_REG(osh, &cc->chipstatus) & 0x08);
5915 rcal_code = (uint8)(R_REG(osh, &cc->chipstatus) >> 5) & 0x0f;
5919 R_REG(osh, &cc->chipstatus), rcal_code));
5965 SPINWAIT(!(R_REG(osh, &cc->chipstatus) & 0x08), 10 * 1000 * 1000);
5966 ASSERT(R_REG(osh, &cc->chipstatus)
[all...]
H A Dnflash.c279 if (R_REG(osh, &cc->chipstatus) & CST4706_PKG_OPTION) {
H A Dsiutils.c255 /* get chipcommon chipstatus */
257 sii->pub.chipst = R_REG(sii->osh, &cc->chipstatus);
1154 if ((cc->chipstatus & CST43236_BP_CLK) != 0) {
5481 /* Many chips have the same mapping of their chipstatus field */
6256 data = si_corereg(sih, SI_CC_IDX, OFFSETOF(chipcregs_t, chipstatus), 0, 0);
6301 data = si_corereg(sih, SI_CC_IDX, OFFSETOF(chipcregs_t, chipstatus), 0, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dsbchipc.h105 uint32 chipstatus; /* 0x2c, rev >= 11 */ member in struct:__anon3243
2344 /* 43228 chipstatus reg bits */
2352 /* 4706 chipstatus reg bits */

Completed in 250 milliseconds