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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dopen_pic2.c164 openpic2_setfield(addr, OPENPIC_MASK);
166 openpic2_writefield(addr, mask | OPENPIC_MASK, field | OPENPIC_MASK);
436 openpic2_clearfield(vpp, OPENPIC_MASK);
440 } while (openpic2_readfield(vpp, OPENPIC_MASK));
450 openpic2_setfield(vpp, OPENPIC_MASK);
454 vp = openpic2_readfield(vpp, OPENPIC_MASK | OPENPIC_ACTIVITY);
455 } while((vp & OPENPIC_ACTIVITY) && !(vp & OPENPIC_MASK));
553 save_irq_src_vp[irq - open_pic2_irq_offset] &= ~OPENPIC_MASK;
559 save_irq_src_vp[irq - open_pic2_irq_offset] |= OPENPIC_MASK;
[all...]
H A Dopen_pic.c199 openpic_setfield(addr, OPENPIC_MASK);
201 openpic_writefield(addr, mask | OPENPIC_MASK, field | OPENPIC_MASK);
236 openpic_setfield_IPI(addr, OPENPIC_MASK);
244 openpic_writefield_IPI(addr, mask | OPENPIC_MASK, field | OPENPIC_MASK);
715 openpic_clearfield(vpp, OPENPIC_MASK);
719 } while (openpic_readfield(vpp, OPENPIC_MASK));
729 openpic_setfield(vpp, OPENPIC_MASK);
733 vp = openpic_readfield(vpp, OPENPIC_MASK | OPENPIC_ACTIVIT
[all...]
H A Dopen_pic_defs.h225 #define OPENPIC_MASK 0x80000000 macro

Completed in 44 milliseconds