Searched refs:vnew (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dcpm2_pic.c140 unsigned int vold, vnew, edibit; local
183 vnew = vold | (1 << edibit);
185 vnew = vold & ~(1 << edibit);
187 if (vold != vnew)
188 out_be32(&cpm2_intctl->ic_siexr, vnew);
H A Dipic.c609 unsigned int vold, vnew, edibit; local
652 vnew = vold | (1 << edibit);
654 vnew = vold & ~(1 << edibit);
656 if (vold != vnew)
657 ipic_write(ipic->regs, IPIC_SECNR, vnew);
H A Dmpic.c851 unsigned int vecpri, vold, vnew; local
877 vnew = vold & ~(MPIC_INFO(VECPRI_POLARITY_MASK) |
879 vnew |= vecpri;
880 if (vold != vnew)
881 mpic_irq_write(src, MPIC_INFO(IRQ_VECTOR_PRI), vnew);

Completed in 48 milliseconds