Searched refs:savep (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dras.c215 unsigned long *savep; local
219 savep = __va(errdata);
220 regs->gpr[3] = savep[0]; /* restore original r3 */
222 memcpy(mce_data_buf, (char *)(savep + 1), RTAS_ERROR_LOG_MAX);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Ddump.c683 const char *savep; local
713 for (savep = p; isdigit(*p); ++p);
718 tfu->reps = atoi(savep);
732 savep = p;
737 tfu->bcnt = atoi(savep);
746 for (savep = ++p; *p != '"';) {
751 tfu->fmt = xmalloc(p - savep + 1);
752 strncpy(tfu->fmt, savep, p - savep);
753 tfu->fmt[p - savep]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnv04_dfp.c290 struct nv04_crtc_reg *savep = &dev_priv->saved_reg.crtc_reg[nv_crtc->index]; local
323 (savep->fp_control & (1 << 26 | NV_PRAMDAC_FP_TG_CONTROL_READ_PROG));
414 regp->dither = savep->dither | 0x00010000;
417 regp->dither = savep->dither | 0x00000001;
428 regp->dither_regs[i] = savep->dither_regs[i];
429 regp->dither_regs[i + 3] = savep->dither_regs[i + 3];
432 regp->dither = savep->dither;
H A Dnv04_crtc.c440 struct nv04_crtc_reg *savep = &dev_priv->saved_reg.crtc_reg[nv_crtc->index]; local
466 regp->CRTC[NV_CIO_CRE_ENH_INDEX] = savep->CRTC[NV_CIO_CRE_ENH_INDEX] & ~(1<<5);
496 regp->CRTC[NV_CIO_CRE_SCRATCH4__INDEX] = savep->CRTC[NV_CIO_CRE_SCRATCH4__INDEX];
506 regp->CRTC[NV_CIO_CRE_4B] = savep->CRTC[NV_CIO_CRE_4B] | 0x80;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dlog.c479 log_set_save_context (bool savep)
482 save_context_p = savep;
475 log_set_save_context(bool savep) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dcallback_xdr.c383 static __be32 encode_attr_bitmap(struct xdr_stream *xdr, const uint32_t *bitmap, __be32 **savep) argument
409 *savep = p;
495 __be32 *savep = NULL; local
500 status = encode_attr_bitmap(xdr, res->bitmap, &savep);
513 *savep = htonl((unsigned int)((char *)xdr->p - (char *)(savep+1)));
H A Dnfs4xdr.c2660 static inline int decode_attr_length(struct xdr_stream *xdr, uint32_t *attrlen, __be32 **savep) argument
2668 *savep = xdr->p;
3541 static int verify_attr_len(struct xdr_stream *xdr, __be32 *savep, uint32_t attrlen) argument
3544 unsigned int nwords = xdr->p - savep;
3666 __be32 *savep; local
3674 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
3684 status = verify_attr_len(xdr, savep, attrlen);
3692 __be32 *savep; local
3700 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
3716 status = verify_attr_len(xdr, savep, attrle
3724 __be32 *savep; local
3749 __be32 *savep; local
3873 __be32 *savep; local
4382 __be32 *savep; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c1376 u32 savep; member in struct:head
1382 ** They are copied back to savep/lastp/goalp by the SCRIPTS
2133 ** load the savep (saved pointer) into
2137 NADDR (header.savep),
2458 NADDR (header.savep),
2469 NADDR (header.savep),
3225 ** savep --> DATA_IO
3230 ** This script sets savep/lastp/goalp according to the
3241 NADDR (header.savep),
3247 NADDR (header.savep),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_fw1.h780 HADDR_1 (ccb_head.savep),
800 HADDR_1 (ccb_head.savep),
H A Dsym_fw2.h742 offsetof (struct sym_ccb, phys.head.savep),
762 offsetof (struct sym_ccb, phys.head.savep),
1616 * other PM context since the savep may point
H A Dsym_hipd.h648 * 'savep' points to the position in the script responsible
652 u32 savep; /* Jump address to saved data pointer */ member in struct:sym_ccbh
H A Dsym_glue.c390 cp->phys.head.savep = cpu_to_scr(lastp);
391 cp->startp = cp->phys.head.savep;
H A Dsym_hipd.c3104 cp->phys.head.savep = cpu_to_scr(startp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4xdr.c2691 __be32 *page, *savep, *tailbase; local
2700 savep = p;
2759 p = savep;

Completed in 300 milliseconds