Searched refs:vold (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dcpm2_pic.c139 unsigned int vold, vnew, edibit; local
169 vold = in_be32(&cpm2_intctl->ic_siexr);
172 vnew = vold | (1 << edibit);
174 vnew = vold & ~(1 << edibit);
176 if (vold != vnew)
H A Dipic.c459 unsigned int vold, vnew, edibit; local
492 vold = ipic_read(ipic->regs, IPIC_SECNR);
494 vnew = vold | (1 << edibit);
496 vnew = vold & ~(1 << edibit);
498 if (vold != vnew)
H A Dmpic.c797 unsigned int vecpri, vold, vnew; local
822 vold = mpic_irq_read(src, MPIC_INFO(IRQ_VECTOR_PRI));
823 vnew = vold & ~(MPIC_INFO(VECPRI_POLARITY_MASK) |
826 if (vold != vnew)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dconfigure1283 --enable-vold compatibility with Solaris' vold
1284 --enable-new-vold compatibility with Solaris' vold, new version
4087 # Check whether --enable-vold was given.
4100 # Check whether --enable-new-vold was given.

Completed in 163 milliseconds