Searched refs:IVG_IRPTEN_B (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_cec.h58 #define IVG_IRPTEN_B (1 << IVG_IRPTEN) macro
71 (IVG_EMU_B | IVG_RST_B | IVG_NMI_B | IVG_EVX_B | IVG_IRPTEN_B)
H A Ddv-bfin_cec.c207 cec->ipend = IVG_RST_B | IVG_IRPTEN_B;
254 #define __cec_get_ivg(val) (ffs ((val) & ~IVG_IRPTEN_B) - 1)
272 return (cec->ipend & ~(IVG_EMU_B | IVG_IRPTEN_B));
464 cec->ipend |= IVG_IRPTEN_B;
472 cec->ipend &= ~IVG_IRPTEN_B;
486 irpten = (cec->ipend & IVG_IRPTEN_B);

Completed in 48 milliseconds